Home
last modified time | relevance | path

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

/third_party/lwip/src/include/lwip/priv/
Dtcp_priv.h172 #define TCP_EVENT_CLOSED(pcb,ret) ret = lwip_tcp_event((pcb)->callback_arg, (pcb),\ macro
210 #define TCP_EVENT_CLOSED(pcb,ret) \ macro