/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/test/unit/core/ |
H A D | test_mem.c | 7 #error "This tests needs MEM-statistics enabled" 10 #error "This test needs DNS turned off (as it mallocs on init)" 39 fail("This test needs DNS turned off (as it mallocs on init)"); in START_TEST()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/doc/ |
H A D | mdns.txt | 25 Increase MEMP_NUM_UDP_PCB by 1. MDNS needs one PCB. 26 Increase LWIP_NUM_NETIF_CLIENT_DATA by 1 (MDNS needs one entry on netif). 35 MDNS needs a strncasecmp() implementation. If you have one, define 73 The netif first needs to be registered. Then run
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/doc/ |
H A D | mdns.txt | 25 Increase MEMP_NUM_UDP_PCB by 1. MDNS needs one PCB. 26 Increase LWIP_NUM_NETIF_CLIENT_DATA by 1 (MDNS needs one entry on netif). 35 MDNS (like other apps) needs a strncasecmp() implementation. If you have one, define 73 The netif first needs to be registered. Then run
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/ |
H A D | init.c | 123 #error "IGMP needs LWIP_IPV4 enabled in your lwipopts.h" 167 #error "To use LWIP_TCP_SACK_OUT, TCP_QUEUE_OOSEQ needs to be enabled" 212 #error "PPP_SUPPORT needs at least one of PPPOS_SUPPORT, PPPOE_SUPPORT or PPPOL2TP_SUPPORT turned o… 215 #error "PPP_SUPPORT needs PPP_IPV4_SUPPORT and/or PPP_IPV6_SUPPORT turned on" 218 #error "PPP_IPV4_SUPPORT needs LWIP_IPV4 turned on" 221 #error "PPP_IPV6_SUPPORT needs LWIP_IPV6 turned on" 224 #error "LWIP_ETHERNET needs to be turned on for LWIP_ARP or PPPOE_SUPPORT" 230 #error "LWIP_NETIF_TX_SINGLE_PBUF needs TCP_OVERSIZE enabled to create single-pbuf TCP packets"
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/include/mesh/ |
H A D | main.h | 116 * the application needs to consequently call the 159 * has been reset and needs to be reprovisioned. The node will 161 * bt_mesh_prov_enable() API needs to be called to enable 255 * unprovisioned, rather the bt_mesh_prov_enable() API needs to be called 270 * Resets the state of the node, which means that it needs to be 274 * unprovisioned, rather the bt_mesh_prov_enable() API needs to be called
|
H A D | health_srv.h | 73 * Define a new health server model. Note that this API needs to be 75 * health server model on. Each instance also needs a unique
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/core/ |
H A D | init.c | 124 #error "IGMP needs LWIP_IPV4 enabled in your lwipopts.h" 127 #error "LWIP_MULTICAST_TX_OPTIONS needs LWIP_IPV4 enabled in your lwipopts.h" 207 …#error "PPP_SUPPORT needs at least one of PPPOS_SUPPORT, PPPOE_SUPPORT or PPPOL2TP_SUPPORT turned … 210 #error "PPP_SUPPORT needs PPP_IPV4_SUPPORT and/or PPP_IPV6_SUPPORT turned on" 213 #error "PPP_IPV4_SUPPORT needs LWIP_IPV4 turned on" 216 #error "PPP_IPV6_SUPPORT needs LWIP_IPV6 turned on" 219 #error "LWIP_ETHERNET needs to be turned on for LWIP_ARP or PPPOE_SUPPORT" 225 #error "LWIP_NETIF_TX_SINGLE_PBUF needs TCP_OVERSIZE enabled to create single-pbuf TCP packets"
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/test/unit/core/ |
H A D | test_mem.c | 7 #error "This tests needs MEM-statistics enabled" 10 #error "This test needs DNS turned off (as it mallocs on init)"
|
H A D | test_pbuf.c | 7 #error "This tests needs MEM- and MEMP-statistics enabled" 10 #error "This test needs DNS turned off (as it mallocs on init)" 13 #error "This test needs TCP OOSEQ queueing and window scaling enabled"
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/ |
H A D | tcpip.h | 55 /** Lock lwIP core mutex (needs @ref LWIP_TCPIP_CORE_LOCKING 1) */ 57 /** Unlock lwIP core mutex (needs @ref LWIP_TCPIP_CORE_LOCKING 1) */
|
H A D | ip6_frag.h | 57 /** IP6_FRAG_COPYHEADER==1: for platforms where sizeof(void*) > 4, this needs to 78 * This is exported because memp needs to know the size.
|
H A D | debug.h | 119 #error "If you want to use LWIP_ASSERT, LWIP_PLATFORM_ASSERT(message) needs to be defined in your a… 149 #error "If you want to use LWIP_DEBUG, LWIP_PLATFORM_DIAG(message) needs to be defined in your arch…
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/test/unit/etharp/ |
H A D | test_etharp.c | 8 #error "This tests needs UDP-, MEMP- and ETHARP-statistics enabled" 11 #error "This test needs ETHARP_SUPPORT_STATIC_ENTRIES enabled" 145 fail("This test needs a default netif"); in START_TEST()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/ |
H A D | tcpip.h | 56 /** Lock lwIP core mutex (needs @ref LWIP_TCPIP_CORE_LOCKING 1) */ 58 /** Unlock lwIP core mutex (needs @ref LWIP_TCPIP_CORE_LOCKING 1) */
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/test/unit/etharp/ |
H A D | test_etharp.c | 10 #error "This tests needs UDP-, MEMP- and ETHARP-statistics enabled" 13 #error "This test needs ETHARP_SUPPORT_STATIC_ENTRIES enabled" 149 fail("This test needs a default netif"); in START_TEST()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/test/unit/etharp/ |
H A D | test_etharp.c | 9 #error "This tests needs UDP-, MEMP- and ETHARP-statistics enabled" 12 #error "This test needs ETHARP_SUPPORT_STATIC_ENTRIES enabled" 146 fail("This test needs a default netif"); in START_TEST()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/apps/snmp/ |
H A D | snmp_mib2.c | 46 #error LWIP_SNMP MIB2 needs LWIP_STATS (for MIB2) 49 #error LWIP_SNMP MIB2 needs MIB2_STATS (for MIB2)
|
H A D | snmp_mib2_system.c | 113 * if ocstrlen is NULL buffer needs space for terminating 0 byte. 155 * if ocstrlen is NULL buffer needs space for terminating 0 byte. 196 * if ocstrlen is NULL buffer needs space for terminating 0 byte.
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/apps/snmp/ |
H A D | snmp_mib2.c | 46 #error LWIP_SNMP MIB2 needs LWIP_STATS (for MIB2) 49 #error LWIP_SNMP MIB2 needs MIB2_STATS (for MIB2)
|
H A D | snmp_mib2_system.c | 113 * if ocstrlen is NULL buffer needs space for terminating 0 byte. 155 * if ocstrlen is NULL buffer needs space for terminating 0 byte. 196 * if ocstrlen is NULL buffer needs space for terminating 0 byte.
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/core/ |
H A D | init.c | 170 #error "PPP_SUPPORT needs either PPPOS_SUPPORT or PPPOE_SUPPORT turned on" 173 #error "LWIP_ETHERNET needs to be turned on for LWIP_ARP or PPPOE_SUPPORT" 176 …#error "When using IGMP, LWIP_RAND() needs to be defined to a random-function returning an u32_t r… 182 #error "LWIP_NETIF_TX_SINGLE_PBUF needs TCP_OVERSIZE enabled to create single-pbuf TCP packets"
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/test/unit/core/ |
H A D | test_pbuf.c | 7 #error "This tests needs MEM- and MEMP-statistics enabled" 10 #error "This test needs DNS turned off (as it mallocs on init)" 13 #error "This test needs TCP OOSEQ queueing and window scaling enabled"
|
H A D | test_mem.c | 7 #error "This tests needs MEM-statistics enabled" 10 #error "This test needs DNS turned off (as it mallocs on init)"
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/doc/doxygen/ |
H A D | main_page.h | 63 * to call lwIP, it only needs to disable interrupts during the call. 80 * or from IRQ contexts. Ethernet RX needs to deliver incoming packets
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/include/lwip/ |
H A D | sys.h | 255 * type sys_prot_t. If a particular port needs a different implementation, then 265 * which should be implemented in sys_arch.c. If a particular port needs a 274 * sys_arch.c. If a particular port needs a different implementation, then
|