Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/include/lwip/
Dtcp_impl.h198 #define TCP_EVENT_SENT(pcb,space,ret) ret = lwip_tcp_event((pcb)->callback_arg, (pcb),\ macro
220 #define TCP_EVENT_SENT(pcb,space,ret) \
/external/syslinux/core/lwip/src/core/
Dtcp_in.c342 TCP_EVENT_SENT(pcb, pcb->acked, err); in tcp_input()