Home
last modified time | relevance | path

Searched refs:TCP_EVENT_CLOSED (Results 1 – 3 of 3) 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
/third_party/lwip/src/core/
Dtcp.c1578 TCP_EVENT_CLOSED(pcb, err); in tcp_process_refused_data()
Dtcp_in.c541 TCP_EVENT_CLOSED(pcb, err);