Home
last modified time | relevance | path

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

/minix3/minix/lib/liblwip/dist/src/include/lwip/priv/
H A Dtcp_priv.h343 #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
/minix3/minix/lib/liblwip/dist/src/core/
H A Dtcp_in.c547 struct tcp_pcb *npcb; local