Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/include/lwip/
Dtcp_impl.h206 #define TCP_EVENT_POLL(pcb,ret) ret = lwip_tcp_event((pcb)->callback_arg, (pcb),\ macro
252 #define TCP_EVENT_POLL(pcb,ret) \
/external/syslinux/core/lwip/src/core/
Dtcp.c939 TCP_EVENT_POLL(prev, err); in tcp_slowtmr()