/nrf52832-nimble/rt-thread/components/dfs/filesystems/nfs/ |
H A D | nfs_xdr.c | 22 if (!xdr_u_longlong_t(xdrs, objp)) in xdr_uint64() 30 if (!xdr_longlong_t(xdrs, objp)) in xdr_int64() 38 if (!xdr_u_long(xdrs, objp)) in xdr_uint32() 46 if (!xdr_long(xdrs, objp)) in xdr_int32() 54 if (!xdr_string(xdrs, objp, ~0)) in xdr_filename3() 62 if (!xdr_string(xdrs, objp, ~0)) in xdr_nfspath3() 70 if (!xdr_uint64(xdrs, objp)) in xdr_fileid3() 78 if (!xdr_uint64(xdrs, objp)) in xdr_cookie3() 86 if (!xdr_opaque(xdrs, objp, NFS3_COOKIEVERFSIZE)) in xdr_cookieverf3() 94 if (!xdr_opaque(xdrs, objp, NFS3_CREATEVERFSIZE)) in xdr_createverf3() [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/core/ |
H A D | init.c | 30 * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY 67 #if (!IP_SOF_BROADCAST && IP_SOF_BROADCAST_RECV) 68 …#error "If you want to use broadcast filter per pcb on recv operations, you have to define IP_SOF_… 70 #if (!LWIP_UDP && LWIP_UDPLITE) 71 #error "If you want to use UDP Lite, you have to define LWIP_UDP=1 in your lwipopts.h" 73 #if (!LWIP_UDP && LWIP_SNMP) 74 #error "If you want to use SNMP, you have to define LWIP_UDP=1 in your lwipopts.h" 76 #if (!LWIP_UDP && LWIP_DHCP) 77 #error "If you want to use DHCP, you have to define LWIP_UDP=1 in your lwipopts.h" 79 #if (!LWIP_UDP && LWIP_IGMP) [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/ |
H A D | init.c | 30 * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY 88 #if (!IP_SOF_BROADCAST && IP_SOF_BROADCAST_RECV) 89 #error "If you want to use broadcast filter per pcb on recv operations, you have to define IP_SOF_B… 91 #if (!LWIP_UDP && LWIP_UDPLITE) 92 #error "If you want to use UDP Lite, you have to define LWIP_UDP=1 in your lwipopts.h" 94 #if (!LWIP_UDP && LWIP_DHCP) 95 #error "If you want to use DHCP, you have to define LWIP_UDP=1 in your lwipopts.h" 97 #if (!LWIP_UDP && !LWIP_RAW && LWIP_MULTICAST_TX_OPTIONS) 98 #error "If you want to use LWIP_MULTICAST_TX_OPTIONS, you have to define LWIP_UDP=1 and/or LWIP_RAW… 100 #if (!LWIP_UDP && LWIP_DNS) [all …]
|
H A D | netif.c | 43 * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY 69 #if ENABLE_LOOPBACK 70 #if LWIP_NETIF_LOOPBACK_MULTITHREADING 77 #if LWIP_AUTOIP 80 #if LWIP_DHCP 83 #if LWIP_IPV6_DHCP6 86 #if LWIP_IPV6_MLD 89 #if LWIP_IPV6 93 #if LWIP_NETIF_STATUS_CALLBACK 94 #define NETIF_STATUS_CALLBACK(n) do{ if (n->status_callback) { (n->status_callback)(n); }}while(0) [all …]
|
H A D | tcp_in.c | 35 * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY 46 #if LWIP_TCP /* don't build if not configured for use in lwipopts.h */ 58 #if LWIP_ND6_TCP_REACHABILITY_HINTS 100 #if LWIP_TCP_SACK_OUT 103 #if defined(TCP_OOSEQ_BYTES_LIMIT) || defined(TCP_OOSEQ_PBUFS_LIMIT) 122 #if SO_REUSE 140 #if TCP_INPUT_DEBUG 145 if (p->len < TCP_HLEN) { 153 if (ip_addr_isbroadcast(ip_current_dest_addr(), ip_current_netif()) || 159 #if CHECKSUM_CHECK_TCP [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/core/ |
H A D | init.c | 30 * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY 89 #if (!IP_SOF_BROADCAST && IP_SOF_BROADCAST_RECV) 90 …#error "If you want to use broadcast filter per pcb on recv operations, you have to define IP_SOF_… 92 #if (!LWIP_UDP && LWIP_UDPLITE) 93 #error "If you want to use UDP Lite, you have to define LWIP_UDP=1 in your lwipopts.h" 95 #if (!LWIP_UDP && LWIP_DHCP) 96 #error "If you want to use DHCP, you have to define LWIP_UDP=1 in your lwipopts.h" 98 #if (!LWIP_UDP && LWIP_MULTICAST_TX_OPTIONS) 99 …#error "If you want to use IGMP/LWIP_MULTICAST_TX_OPTIONS, you have to define LWIP_UDP=1 in your l… 101 #if (!LWIP_UDP && LWIP_DNS) [all …]
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/src/ |
H A D | ble_ll_scan.c | 46 * 1) I think I can guarantee that we dont process things out of order if 56 #if MYNEWT_VAL(BLE_LL_NUM_SCAN_DUP_ADVS) > 255 59 #if MYNEWT_VAL(BLE_LL_NUM_SCAN_RSP_ADVS) > 255 63 #if MYNEWT_VAL(BLE_LL_CFG_FEAT_LL_EXT_ADV) 65 #if MYNEWT_VAL(BLE_LL_CFG_FEAT_LE_CODED_PHY) 149 #if MYNEWT_VAL(BLE_LL_CFG_FEAT_LL_EXT_ADV) 172 if (!scansm->scan_enabled || scansm->cur_aux_data) { in ble_ll_aux_scan_cb() 177 /* Check if there is no aux connect sent. If so drop the sched item */ in ble_ll_aux_scan_cb() 178 if (lls == BLE_LL_STATE_INITIATING && ble_ll_conn_init_pending_aux_conn_rsp()) { in ble_ll_aux_scan_cb() 189 if (lls != BLE_LL_STATE_STANDBY) { in ble_ll_aux_scan_cb() [all …]
|
H A D | ble_ll_adv.c | 47 * 3) How do features get supported? What happens if device does not support 76 * INITA field). If we are using Privacy this is a RPA that we need to 78 * the ADV_DIRECT_IND. If own address type is not 2 or 3, this is simply 111 #if MYNEWT_VAL(BLE_LL_CFG_FEAT_LL_EXT_ADV) 192 #if (MYNEWT_VAL(BLE_LL_CFG_FEAT_LL_PRIVACY) == 1) 196 if (ble_ll_resolv_gen_rpa(advsm->peer_addr, advsm->peer_addr_type, in ble_ll_adv_rpa_update() 200 if (advsm->own_addr_type & 1) { in ble_ll_adv_rpa_update() 207 if (advsm->props & BLE_HCI_LE_SET_EXT_ADV_PROP_DIRECTED) { in ble_ll_adv_rpa_update() 208 if (ble_ll_resolv_gen_rpa(advsm->peer_addr, advsm->peer_addr_type, in ble_ll_adv_rpa_update() 212 if (advsm->peer_addr_type & 1) { in ble_ll_adv_rpa_update() [all …]
|
H A D | ble_ll_conn_hci.c | 44 #if MYNEWT_VAL(BLE_LL_CFG_FEAT_LL_EXT_ADV) 46 #if MYNEWT_VAL(BLE_LL_CFG_FEAT_LE_2M_PHY) 49 #if MYNEWT_VAL(BLE_LL_CFG_FEAT_LE_CODED_PHY) 54 #if MYNEWT_VAL(BLE_LL_CFG_FEAT_LE_CODED_PHY) 73 if (evbuf == NULL) { in ble_ll_init_alloc_conn_comp_ev() 75 if (!evbuf) { in ble_ll_init_alloc_conn_comp_ev() 93 * @return int BLE_ERR_INV_HCI_CMD_PARMS if invalid parameters, 0 otherwise 102 if ((itvl_min > itvl_max) || in ble_ll_conn_hci_chk_conn_params() 119 if (spvn_tmo_usecs <= min_spvn_tmo_usecs) { in ble_ll_conn_hci_chk_conn_params() 144 if (enabled || enh_enabled) { in ble_ll_conn_comp_event_send() [all …]
|
H A D | ble_ll_conn.c | 45 #if (BLETEST_THROUGHPUT_TEST == 1) 50 * 1) I think if we are initiating and we already have a connection with 53 * i) When a connection create is issued, if we already are connected 55 * ii) If we receive an advertisement while initiating and want to send 76 * 6) Use error code 0x3E correctly! Connection failed to establish. If you 77 * read the LE connection complete event, it says that if the connection 81 * 7) How does peer address get set if we are using whitelist? Look at filter 90 * I may extend a connection event too long although if it is always in terms 95 * response. Well, it should. If this packet will overrun the next scheduled 129 #if (MYNEWT_VAL(BLE_MAX_CONNECTIONS) >= 255) [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/netif/ppp/ |
H A D | auth.c | 72 #if PPP_SUPPORT /* don't build if not configured for use in lwipopts.h */ 74 #if 0 /* UNUSED */ 88 #if defined(_PATH_LASTLOG) && defined(__linux__) 110 #if CCP_SUPPORT 113 #if ECP_SUPPORT 117 #if PAP_SUPPORT 120 #if CHAP_SUPPORT 123 #if EAP_SUPPORT 126 #if CBCP_SUPPORT 130 #if 0 /* UNUSED */ [all …]
|
H A D | lcp.c | 44 #if PPP_SUPPORT /* don't build if not configured for use in lwipopts.h */ 50 #if 0 /* UNUSED */ 60 #if CHAP_SUPPORT 78 #if 0 /* UNUSED */ 83 #if 0 /* UNUSED */ 89 #if 0 /* UNUSED */ 90 #if PPP_LCP_ADAPTIVE 91 bool lcp_echo_adaptive = 0; /* request echo only if the link was idle */ 97 #if PPP_OPTIONS 107 #if PPP_OPTIONS [all …]
|
H A D | ipcp.c | 44 #if PPP_SUPPORT && PPP_IPV4_SUPPORT /* don't build if not configured for use in lwipopts.h */ 50 #if 0 /* UNUSED */ 67 #if 0 /* UNUSED */ 72 #if 0 /* UNUSED */ 76 #if 0 /* moved to ppp_settings */ 80 #if 0 /* UNUSED */ 91 #if PPP_NOTIFY 98 #if 0 /* moved to ppp_pcb */ 105 #if 0 /* UNUSED */ 145 #if PPP_OPTIONS [all …]
|
H A D | ccp.c | 32 #if PPP_SUPPORT && CCP_SUPPORT /* don't build if not configured for use in lwipopts.h */ 42 #if MPPE_SUPPORT 59 #if PPP_OPTIONS 68 #if MPPE_SUPPORT 111 #if MPPE_SUPPORT 175 #if PRINTPKT_SUPPORT 178 #if PPP_DATAINPUT 191 #if PRINTPKT_SUPPORT 194 #if PPP_DATAINPUT 197 #if PRINTPKT_SUPPORT [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/netif/ppp/ |
H A D | auth.c | 72 #if PPP_SUPPORT /* don't build if not configured for use in lwipopts.h */ 74 #if 0 /* UNUSED */ 88 #if defined(_PATH_LASTLOG) && defined(__linux__) 110 #if CCP_SUPPORT 113 #if ECP_SUPPORT 117 #if PAP_SUPPORT 120 #if CHAP_SUPPORT 123 #if EAP_SUPPORT 126 #if CBCP_SUPPORT 130 #if 0 /* UNUSED */ [all …]
|
H A D | lcp.c | 44 #if PPP_SUPPORT /* don't build if not configured for use in lwipopts.h */ 50 #if 0 /* UNUSED */ 60 #if CHAP_SUPPORT 78 #if 0 /* UNUSED */ 83 #if 0 /* UNUSED */ 89 #if 0 /* UNUSED */ 90 #if PPP_LCP_ADAPTIVE 91 bool lcp_echo_adaptive = 0; /* request echo only if the link was idle */ 97 #if PPP_OPTIONS 107 #if PPP_OPTIONS [all …]
|
H A D | ipcp.c | 44 #if PPP_SUPPORT && PPP_IPV4_SUPPORT /* don't build if not configured for use in lwipopts.h */ 50 #if 0 /* UNUSED */ 67 #if 0 /* UNUSED */ 72 #if 0 /* UNUSED */ 76 #if 0 /* moved to ppp_settings */ 80 #if 0 /* UNUSED */ 91 #if PPP_NOTIFY 98 #if 0 /* moved to ppp_pcb */ 105 #if 0 /* UNUSED */ 145 #if PPP_OPTIONS [all …]
|
H A D | ccp.c | 32 #if PPP_SUPPORT && CCP_SUPPORT /* don't build if not configured for use in lwipopts.h */ 42 #if MPPE_SUPPORT 59 #if PPP_OPTIONS 68 #if MPPE_SUPPORT 111 #if MPPE_SUPPORT 175 #if PRINTPKT_SUPPORT 178 #if PPP_DATAINPUT 191 #if PRINTPKT_SUPPORT 194 #if PPP_DATAINPUT 197 #if PRINTPKT_SUPPORT [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/apps/http/ |
H A D | httpd.c | 29 * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY 58 * headers automatically based on the extension of the file being served. If 87 * The list of supported file types is quite short, so if makefsdata complains 101 #if HTTPD_ENABLE_HTTPS 107 #if LWIP_HTTPD_TIMING 115 #if LWIP_TCP && LWIP_CALLBACK_API 121 #if LWIP_HTTPD_SUPPORT_11_KEEPALIVE 126 #if LWIP_HTTPD_DYNAMIC_FILE_READ 164 #if LWIP_HTTPD_SUPPORT_REQUESTLIST 169 #if LWIP_HTTPD_SUPPORT_POST [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/apps/httpd/ |
H A D | httpd.c | 29 * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY 58 * headers automatically based on the extension of the file being served. If 87 * The list of supported file types is quite short, so if makefsdata complains 105 #if LWIP_TCP && LWIP_CALLBACK_API 111 #if LWIP_HTTPD_SUPPORT_11_KEEPALIVE 122 #if LWIP_HTTPD_SSI 126 /** Default: don't copy if the data is sent from file-system directly */ 160 #if LWIP_HTTPD_SUPPORT_REQUESTLIST 165 #if LWIP_HTTPD_SUPPORT_POST 166 #if LWIP_HTTPD_POST_MAX_RESPONSE_URI_LEN > LWIP_HTTPD_MAX_REQUEST_URI_LEN [all …]
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/src/ |
H A D | ble_gap.c | 28 #if MYNEWT 45 * For (1), the result of the procedure if fully indicated by the function 83 * If an attempt to cancel an active procedure fails, the attempt is retried 102 * The state of the in-progress master connection. If no master connection is 116 * BLE_GAP_OP_NULL if no procedure was preempted. 134 #if MYNEWT_VAL(BLE_MESH) 142 * The state of the in-progress slave connection. If no slave connection is 149 unsigned int preempted:1; /** Set to 1 if advertising was preempted. */ 152 #if MYNEWT_VAL(BLE_EXT_ADV) 153 unsigned int configured:1; /** If instance is configured */ [all …]
|
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/libs/parser/ |
H A D | confdata.c | 65 if (conf_message_callback) in conf_message() 118 if (env) { in conf_get_default_confname() 120 if (!stat(fullname, &buf)) in conf_get_default_confname() 132 if (p[0] == 'm') { in conf_set_sym_val() 139 if (p[0] == 'y') { in conf_set_sym_val() 144 if (p[0] == 'n') { in conf_set_sym_val() 149 if (def != S_DEF_AUTO) in conf_set_sym_val() 154 if (*p != '"') { in conf_set_sym_val() 162 if (*p++ != '"') in conf_set_sym_val() 165 if (*p2 == '"') { in conf_set_sym_val() [all …]
|
/nrf52832-nimble/rt-thread/tools/ |
H A D | building.py | 17 # with this program; if not, write to the Free Software Foundation, Inc., 47 This method will be called when a #if, #ifdef, #ifndef or #elif 48 evaluates True, or when we reach the #else in a #if, #ifdef, 54 p = self.stack[-1] if self.stack else self.default_table 64 This method will be called when a #if, #ifdef, #ifndef or #elif 65 evaluates False, or when we reach the #else in a #if, #ifdef, 82 if cmd == 'del': 110 if (os.strerror(e.errno) == "No such file or directory"): 123 if rtconfig.PLATFORM == 'gcc': 125 if not os.path.isfile('cconfig.h'): [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/api/ |
H A D | api_msg.c | 30 * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY 41 #if LWIP_NETCONN /* don't build if not configured for use in lwipopts.h */ 62 #define SET_NONBLOCKING_CONNECT(conn, val) do { if (val) { \ 68 #if LWIP_NETCONN_FULLDUPLEX 75 #if LWIP_TCP 76 #if LWIP_TCPIP_CORE_LOCKING 89 #if LWIP_TCPIP_CORE_LOCKING 95 #if LWIP_NETCONN_FULLDUPLEX 101 if (msg == &netconn_deleted) { in lwip_netconn_is_deallocated_msg() 108 #if LWIP_TCP [all …]
|
/nrf52832-nimble/rt-thread/components/drivers/sdio/ |
H A D | sdio.c | 81 if (err) in sdio_io_send_op_cond() 84 /* if we're just probing, do a single pass */ in sdio_io_send_op_cond() 85 if (ocr == 0) in sdio_io_send_op_cond() 89 if (controller_is_spi(host)) in sdio_io_send_op_cond() 97 if (cmd.resp[1] & CARD_BUSY) in sdio_io_send_op_cond() 102 if (cmd.resp[0] & CARD_BUSY) in sdio_io_send_op_cond() 111 if (cmd5_resp) in sdio_io_send_op_cond() 131 if (reg_addr & ~SDIO_ARG_CMD53_REG_MASK) in sdio_io_rw_direct() 145 if (err) in sdio_io_rw_direct() 148 if (!controller_is_spi(card->host)) in sdio_io_rw_direct() [all …]
|