Home
last modified time | relevance | path

Searched defs:npcb (Results 1 – 2 of 2) sorted by relevance

/third_party/lwip/src/include/lwip/priv/
Dtcp_priv.h355 #define TCP_REG(pcbs, npcb) do {\ argument
370 #define TCP_RMV(pcbs, npcb) do { \ argument
389 #define TCP_REG(pcbs, npcb) \ argument
396 #define TCP_RMV(pcbs, npcb) \ argument
417 #define TCP_REG_ACTIVE(npcb) \ argument
423 #define TCP_RMV_ACTIVE(npcb) \ argument
/third_party/lwip/src/core/
Dtcp_in.c649 struct tcp_pcb *npcb; local