Searched defs:npcb (Results 1 – 7 of 7) sorted by relevance
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/include/lwip/ |
H A D | tcp_impl.h | 336 #define TCP_REG(pcbs, npcb) do {\ argument 350 #define TCP_RMV(pcbs, npcb) do { \ argument 368 #define TCP_REG(pcbs, npcb) \ argument 375 #define TCP_RMV(pcbs, npcb) \ argument 395 #define TCP_REG_ACTIVE(npcb) \ argument 401 #define TCP_RMV_ACTIVE(npcb) \ argument
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/priv/ |
H A D | tcp_priv.h | 358 #define TCP_REG(pcbs, npcb) do {\ argument 373 #define TCP_RMV(pcbs, npcb) do { \ argument 392 #define TCP_REG(pcbs, npcb) \ argument 399 #define TCP_RMV(pcbs, npcb) \ argument 420 #define TCP_REG_ACTIVE(npcb) \ argument 426 #define TCP_RMV_ACTIVE(npcb) \ argument
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/priv/ |
H A D | tcp_priv.h | 343 #define TCP_REG(pcbs, npcb) do {\ argument 358 #define TCP_RMV(pcbs, npcb) do { \ argument 377 #define TCP_REG(pcbs, npcb) \ argument 384 #define TCP_RMV(pcbs, npcb) \ argument 405 #define TCP_REG_ACTIVE(npcb) \ argument 411 #define TCP_RMV_ACTIVE(npcb) \ argument
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/core/ |
H A D | tcp_in.c | 442 struct tcp_pcb *npcb; in tcp_listen_input() local
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/core/ |
H A D | tcp_in.c | 547 struct tcp_pcb *npcb; local
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/ |
H A D | tcp_in.c | 632 struct tcp_pcb *npcb; local
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/core/snmp/ |
H A D | mib2.c | 1846 struct udp_pcb *npcb; in snmp_delete_udpidx_tree() local
|