/nrf52832-nimble/packages/NimBLE-latest/nimble/host/util/src/ |
H A D | addr.c | 58 /* Otherwise, try to load a random address. */ in ble_hs_util_ensure_rand_addr() 79 /* Try to load a random address. */ in ble_hs_util_ensure_addr() 82 /* No random address; try to load a public address. */ in ble_hs_util_ensure_addr() 86 /* Try to load a public address. */ in ble_hs_util_ensure_addr() 89 /* No public address; try to load a random address. */ in ble_hs_util_ensure_addr()
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/netif/ppp/ |
H A D | ipcp.c | 323 /* try an older style of VJ negotiation */ in ipcp_cilen() 553 ipcp_options try; /* options to request next time */ in ipcp_nakci() local 556 try = *go; in ipcp_nakci() 614 try.ouraddr = ciaddr1; in ipcp_nakci() 619 try.hisaddr = ciaddr2; in ipcp_nakci() 636 try.old_vj = 0; in ipcp_nakci() 638 try.maxslotindex = cimaxslotindex; in ipcp_nakci() 641 try.cflag = 0; in ipcp_nakci() 644 try.neg_vj = 0; in ipcp_nakci() 648 try.old_vj = 1; in ipcp_nakci() [all …]
|
H A D | lcp.c | 767 lcp_options try; /* options to request next time */ in lcp_nakci() local 772 try = *go; in lcp_nakci() 857 try.mru = cishort; in lcp_nakci() 867 try.asyncmap = go->asyncmap | cilong; in lcp_nakci() 894 try.neg_chap = 0; in lcp_nakci() 905 try.neg_chap = 0; in lcp_nakci() 911 try.neg_upap = 0; in lcp_nakci() 920 try.neg_chap = 0; in lcp_nakci() 922 try.neg_upap = 0; in lcp_nakci() 935 try.neg_lqr = 0; in lcp_nakci() [all …]
|
/nrf52832-nimble/rt-thread/examples/libc/ |
H A D | ex3.c | 57 int *try = (int *) arg; in print_it() local 64 printf("Thread %lx was canceled on its %d try.\n", tid, *try); in print_it() 81 /* Try to lock the mutex lock -- in search() 121 /* Try to lock the mutex lock -- in search()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/ |
H A D | dns.h | 58 #define LWIP_DNS_ADDRTYPE_IPV4_IPV6 2 /* try to resolve IPv4 first, try IPv6 if IPv4 fails only */ 59 #define LWIP_DNS_ADDRTYPE_IPV6_IPV4 3 /* try to resolve IPv6 first, try IPv4 if IPv6 fails only */
|
H A D | api.h | 189 #define NETCONN_DNS_IPV4_IPV6 2 /* try to resolve IPv4 first, try IPv6 if IPv4 fails only */ 190 #define NETCONN_DNS_IPV6_IPV4 3 /* try to resolve IPv6 first, try IPv4 if IPv6 fails only */
|
H A D | dhcp.h | 90 u16_t t1_renew_time; /* #ticks with period DHCP_COARSE_TIMER_SECS until next renew try */ 91 u16_t t2_rebind_time; /* #ticks with period DHCP_COARSE_TIMER_SECS until next rebind try */
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/ |
H A D | dns.h | 59 #define LWIP_DNS_ADDRTYPE_IPV4_IPV6 2 /* try to resolve IPv4 first, try IPv6 if IPv4 fails only */ 60 #define LWIP_DNS_ADDRTYPE_IPV6_IPV4 3 /* try to resolve IPv6 first, try IPv4 if IPv6 fails only */
|
H A D | dhcp.h | 85 u16_t t1_renew_time; /* #ticks with period DHCP_COARSE_TIMER_SECS until next renew try */ 86 u16_t t2_rebind_time; /* #ticks with period DHCP_COARSE_TIMER_SECS until next rebind try */
|
H A D | api.h | 202 #define NETCONN_DNS_IPV4_IPV6 2 /* try to resolve IPv4 first, try IPv6 if IPv4 fails only */ 203 #define NETCONN_DNS_IPV6_IPV4 3 /* try to resolve IPv6 first, try IPv4 if IPv6 fails only */
|
/nrf52832-nimble/rt-thread/tools/ |
H A D | genconf.py | 8 try: 18 try:
|
H A D | pymenuconfig.py | 328 try: 785 # Try to preserve selection upon refresh 787 # Also try to preserve listbox scroll offset 868 try: 906 try: 1057 # Try to open given path 1066 try: 1094 # Try to save config to selected path 1095 try:
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/test/fuzz/ |
H A D | README | 8 try to modify them to exercise as many code paths as possible, by instrumenting 19 If it complains about invalid "/proc/sys/kernel/core_pattern" setting, try
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/test/fuzz/ |
H A D | README | 8 try to modify them to exercise as many code paths as possible, by instrumenting 22 If it complains about invalid "/proc/sys/kernel/core_pattern" setting, try
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/ |
H A D | dns.c | 470 …* @param dns_addrtype - LWIP_DNS_ADDRTYPE_IPV4_IPV6: try to resolve IPv4 (ATTENTION: no fallback h… 471 …* - LWIP_DNS_ADDRTYPE_IPV6_IPV4: try to resolve IPv6 (ATTENTION: no fallback h… 472 * - LWIP_DNS_ADDRTYPE_IPV4: try to resolve IPv4 only 473 * - LWIP_DNS_ADDRTYPE_IPV6: try to resolve IPv6 only 881 /* this port is not allowed, try again */ in dns_alloc_random_port() 1021 * Check whether there are other backup DNS servers available to try 1254 /* if there is another backup DNS server to try in dns_recv() 1336 /* IPv4 failed, try IPv6 */ in dns_recv() 1339 /* IPv6 failed, try IPv4 */ in dns_recv() 1541 …* @param dns_addrtype - LWIP_DNS_ADDRTYPE_IPV4_IPV6: try to resolve IPv4 first, try IPv6 if IPv4 f… [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/core/ |
H A D | dns.c | 473 …* @param dns_addrtype - LWIP_DNS_ADDRTYPE_IPV4_IPV6: try to resolve IPv4 (ATTENTION: no fallback h… 474 …* - LWIP_DNS_ADDRTYPE_IPV6_IPV4: try to resolve IPv6 (ATTENTION: no fallback h… 475 * - LWIP_DNS_ADDRTYPE_IPV4: try to resolve IPv4 only 476 * - LWIP_DNS_ADDRTYPE_IPV6: try to resolve IPv6 only 860 /* this port is not allowed, try again */ in dns_alloc_random_port() 1278 /* IPv4 failed, try IPv6 */ in dns_recv() 1281 /* IPv6 failed, try IPv4 */ in dns_recv() 1483 …* @param dns_addrtype - LWIP_DNS_ADDRTYPE_IPV4_IPV6: try to resolve IPv4 first, try IPv6 if IPv4 f… 1484 …* - LWIP_DNS_ADDRTYPE_IPV6_IPV4: try to resolve IPv6 first, try IPv4 if IPv6 f… 1485 * - LWIP_DNS_ADDRTYPE_IPV4: try to resolve IPv4 only [all …]
|
/nrf52832-nimble/rt-thread/components/finsh/ |
H A D | msh.c | 214 /* try to open program */ in msh_exec_module() 228 /* try to open program */ in msh_exec_module() 327 /* try to open program */ in _msh_exec_lwp() 569 * try to complete the file names. If the completed path is not a in msh_auto_complete()
|
/nrf52832-nimble/rt-thread/components/drivers/spi/ |
H A D | spi_msd.c | 590 /* try SD Ver1.x */ in rt_msd_init() 627 /* try CMD55 + ACMD41 */ in rt_msd_init() 633 MSD_DEBUG("[info] try CMD55 + ACMD41 timeout! mabey MMC card!\r\n"); in rt_msd_init() 676 } /* try CMD55 + ACMD41 */ in rt_msd_init() 679 } /* try SD Ver1.x */ in rt_msd_init() 681 /* try MMC */ in rt_msd_init() 686 MSD_DEBUG("[info] try MMC card!\r\n"); in rt_msd_init() 750 } /* try MMC */ in rt_msd_init() 790 /* try CMD55 + ACMD41 */ in rt_msd_init() 797 MSD_DEBUG("[err] SD Ver2.x or later try CMD55 + ACMD41 timeout!\r\n"); in rt_msd_init() [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/apps/sntp/ |
H A D | sntp.c | 292 * try the next server or retry the current server and increase the retry 424 /* another error, try the same server again */ in sntp_recv() 449 /* set up receive timeout: try next server or retry on timeout */ in sntp_send_request() 478 /* DNS resolving failed -> try another server */ in sntp_dns_found() 524 /* address conversion failed, try another server */ in sntp_request()
|
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/ |
H A D | AUTHORS | 9 will not try to list the many authors here.
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/test/unit/core/ |
H A D | test_mem.c | 171 /* free upper memory and try again */ in START_TEST() 179 /* free lower memory and try again */ in START_TEST()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/apps/http/ |
H A D | httpd.c | 560 /* no need to try smaller sizes */ in http_write() 632 /* error closing, try again later in poll */ in http_close_or_abort_conn() 1041 /* special case: http_write does not try to send 1 byte */ 1077 * to try to send some file data too. */ 1553 * Try to send more data on this pcb. 1680 /* 404.html doesn't exist. Try 404.htm instead. */ 1684 /* 404.htm doesn't exist either. Try 404.shtml instead. */ 1822 /* try to pass in data of the first pbuf(s) */ 1920 /** Try to send more data if file has been blocked before 1930 LWIP_DEBUGF(HTTPD_DEBUG | LWIP_DBG_TRACE, ("httpd_continue: try to send more data\n")); [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/apps/httpd/ |
H A D | httpd.c | 546 /* no need to try smaller sizes */ in http_write() 618 /* error closing, try again later in poll */ in http_close_or_abort_conn() 1014 /* special case: http_write does not try to send 1 byte */ 1046 * to try to send some file data too. */ 1506 * Try to send more data on this pcb. 1634 /* 404.html doesn't exist. Try 404.htm instead. */ 1638 /* 404.htm doesn't exist either. Try 404.shtml instead. */ 1772 /* try to pass in data of the first pbuf(s) */ 1868 /** Try to send more data if file has been blocked before 1877 LWIP_DEBUGF(HTTPD_DEBUG | LWIP_DBG_TRACE, ("httpd_continue: try to send more data\n")); [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/include/lwip/ |
H A D | tcp.h | 82 * @return ERR_OK: try to send some data by calling tcp_output 94 * @return ERR_OK: try to send some data by calling tcp_output 185 #define TF_NAGLEMEMERR ((u8_t)0x80U) /* nagle enabled, memerr, try to output to prevent delayed A…
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/apps/altcp_tls/ |
H A D | altcp_tls_mbedtls.c | 257 /* try to send data... */ in altcp_mbedtls_lower_recv_process() 359 /* We're short on pbufs, try again later from 'poll' or 'recv' callbacks. in altcp_mbedtls_handle_rx_appldata() 483 * This only informs the upper layer to try to send more, not about 499 /* try to send more if we failed before */ in altcp_mbedtls_lower_sent() 523 /* try to send more if we failed before */ in altcp_mbedtls_lower_poll() 1046 /* HACK: if thre is something left to send, try to flush it and only in altcp_mbedtls_write() 1056 /* try to send data... */ in altcp_mbedtls_write()
|