Searched refs:TCP_EVENT_CLOSED (Results 1 – 2 of 2) sorted by relevance
202 #define TCP_EVENT_CLOSED(pcb,ret) ret = lwip_tcp_event((pcb)->callback_arg, (pcb),\ macro236 #define TCP_EVENT_CLOSED(pcb,ret) \
382 TCP_EVENT_CLOSED(pcb, err); in tcp_input()