Home
last modified time | relevance | path

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

/minix3/minix/lib/liblwip/dist/src/include/lwip/priv/
H A Dtcp_priv.h169 #define TCP_EVENT_CLOSED(pcb,ret) ret = lwip_tcp_event((pcb)->callback_arg, (pcb),\ macro
205 #define TCP_EVENT_CLOSED(pcb,ret) \ macro