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.h358 #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
/third_party/lwip/src/core/
Dtcp_in.c649 struct tcp_pcb *npcb; local