Home
last modified time | relevance | path

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

/third_party/lwip/src/include/lwip/priv/
Dtcp_priv.h168 #define TCP_EVENT_SENT(pcb,space,ret) ret = lwip_tcp_event((pcb)->callback_arg, (pcb),\ macro
194 #define TCP_EVENT_SENT(pcb,space,ret) \ macro
/third_party/lwip/src/core/
Dtcp_in.c485 TCP_EVENT_SENT(pcb, (u16_t)acked16, err);