Home
last modified time | relevance | path

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

/lib/liblwip/src/include/lwip/
Dtcp_impl.h205 #define TCP_EVENT_POLL(pcb,ret) ret = lwip_tcp_event((pcb)->callback_arg, (pcb),\ macro
251 #define TCP_EVENT_POLL(pcb,ret) \
/lib/liblwip/src/core/
Dtcp.c989 TCP_EVENT_POLL(prev, err); in tcp_slowtmr()