/nrf52832-nimble/rt-thread/components/libc/aio/ |
H A D | posix_aio.c | 26 * requests currently outstanding against file descriptor fildes. The aiocbp 29 * I/O requests against fildes shall be canceled. 32 * that are successfully canceled. If there are requests that cannot be canceled, 34 * requests when they are completed. 388 * The lio_listio() function shall initiate a list of I/O requests with a single 401 * in Signal Generation and Delivery when all the requests in list have completed. 403 * The I/O requests enumerated by list are submitted in an unspecified order.
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/apps/ |
H A D | mqtt_priv.h | 47 /** Pending request item, binds application callback to pending server requests */ 86 /** Pending requests to server */
|
H A D | snmp_opts.h | 113 * Unsafe requests are disabled by default! 255 …* This value is used to limit the repetitions processed in GetBulk requests (value == 0 means no l… 258 * so the effect is that the client will do more requests to gather all data.
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/ipv6/ |
H A D | dhcp6.c | 16 * - only start requests if a valid local address is available on the netif 17 * - only start information requests if required (not for every RA) 23 * When enabled, requests are only issued after receipt of RA with the 290 * Requests are sent on receipt of an RA message with the 309 * Requests are sent on receipt of an RA message with the 342 * Requests are sent on receipt of an RA message with the 574 * It triggers DHCPv6 requests (if enabled).
|
H A D | inet6.c | 38 * Please coordinate changes and requests with Ivan Delamer
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/apps/ |
H A D | snmp_opts.h | 113 * Unsafe requests are disabled by default! 255 …* This value is used to limit the repetitions processed in GetBulk requests (value == 0 means no l… 258 * so the effect is that the client will do more requests to gather all data.
|
H A D | mqtt.h | 153 * Pending request item, binds application callback to pending server requests 193 /** Pending requests to server */
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/doc/ |
H A D | mdns.txt | 51 the multicast groups and any MDNS/legacy DNS requests sent unicast or multicast 109 requests required from a client.
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/doc/ |
H A D | mdns.txt | 51 the multicast groups and any MDNS/legacy DNS requests sent unicast or multicast 109 requests required from a client.
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/test/src/ |
H A D | ble_os_test.c | 75 * corresponding requests when the host task was started. in ble_os_test_misc_init() 201 * corresponding requests when the host task was started. in ble_os_disc_test_task_handler() 292 * corresponding requests when the host task was started. in ble_gap_terminate_test_task_handler()
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/core/snmp/ |
H A D | msg_in.c | 158 * @param request_id identifies requests from 0 to (SNMP_CONCURRENT_REQUESTS-1) 389 * @param request_id identifies requests from 0 to (SNMP_CONCURRENT_REQUESTS-1) 534 * @param request_id identifies requests from 0 to (SNMP_CONCURRENT_REQUESTS-1) 794 * @param request_id identifies requests from 0 to (SNMP_CONCURRENT_REQUESTS-1) 844 /* exceeding number of concurrent requests */ in snmp_recv() 860 /* Only accept requests and requests without error (be robust) */ in snmp_recv() 861 /* Reject response and trap headers or error requests as input! */ in snmp_recv() 1059 /* must be noError (0) for incoming requests. in snmp_pdu_header_check() 1095 /* must be 0 for incoming requests. in snmp_pdu_header_check()
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/doc/ |
H A D | snmp_agent.txt | 164 Object identifiers from incoming requests are checked 166 or are expanded(*) for GetNext requests with short
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/netif/ppp/ |
H A D | eap.h | 125 u_char ea_requests; /* Number of Requests sent/received */ 155 #define EAP_DEFALLOWREQ 20 /* max # times to accept requests */
|
H A D | ppp_opts.h | 435 * EAP_DEFALLOWREQ: max # times to accept requests 466 * LCP_ECHOINTERVAL: Interval in seconds between keepalive echo requests, 0 to disable. 473 * LCP_MAXECHOFAILS: Number of unanswered echo requests before failure.
|
H A D | ppp.h | 274 u8_t eap_allow_req; /* Max Requests allowed */ 277 u8_t eap_max_transmits; /* Max Requests allowed */ 290 u8_t lcp_echo_interval; /* Interval between LCP echo-requests */ 291 u8_t lcp_echo_fails; /* Tolerance to unanswered echo-requests */
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/netif/ppp/ |
H A D | eap.h | 125 u_char ea_requests; /* Number of Requests sent/received */ 155 #define EAP_DEFALLOWREQ 20 /* max # times to accept requests */
|
H A D | ppp_opts.h | 447 * EAP_DEFALLOWREQ: max # times to accept requests 478 * LCP_ECHOINTERVAL: Interval in seconds between keepalive echo requests, 0 to disable. 485 * LCP_MAXECHOFAILS: Number of unanswered echo requests before failure.
|
/nrf52832-nimble/rt-thread/components/net/sal_socket/include/ |
H A D | sal_socket.h | 95 #define MSG_WAITALL 0x02 /* Unimplemented: Requests that the function block until the full a… 96 #define MSG_OOB 0x04 /* Unimplemented: Requests out-of-band data. The significance and s…
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/ |
H A D | syscfg.yml | 229 Time in seconds between Friend Requests, if a previous Friend 264 consecutive requests sent by the Low Power node. If no 265 requests are received by the Friend node before the
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/core/ipv6/ |
H A D | dhcp6.c | 38 * Please coordinate changes and requests with Ivan Delamer
|
H A D | inet6.c | 38 * Please coordinate changes and requests with Ivan Delamer
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/netif/ |
H A D | lowpan6_opts.h | 37 * Please coordinate changes and requests with Ivan Delamer
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/ |
H A D | dhcp6.h | 39 * Please coordinate changes and requests with Ivan Delamer
|
H A D | ethip6.h | 38 * Please coordinate changes and requests with Ivan Delamer
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/ |
H A D | ethip6.h | 38 * Please coordinate changes and requests with Ivan Delamer
|