Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/include/lwip/
Dtcp_impl.h202 #define TCP_EVENT_CLOSED(pcb,ret) ret = lwip_tcp_event((pcb)->callback_arg, (pcb),\ macro
236 #define TCP_EVENT_CLOSED(pcb,ret) \
/external/syslinux/core/lwip/src/core/
Dtcp_in.c382 TCP_EVENT_CLOSED(pcb, err); in tcp_input()