Home
last modified time | relevance | path

Searched refs:TCP_EVENT_RECV (Results 1 – 4 of 4) sorted by relevance

/third_party/lwip/src/include/lwip/priv/
Dtcp_priv.h170 #define TCP_EVENT_RECV(pcb,p,err,ret) ret = lwip_tcp_event((pcb)->callback_arg, (pcb),\ macro
201 #define TCP_EVENT_RECV(pcb,p,err,ret) \ macro
/third_party/lwip/src/core/
Dtcp.c1742 TCP_EVENT_RECV(pcb, refused_data, ERR_OK, err);
Dtcp_in.c518 TCP_EVENT_RECV(pcb, recv_data, ERR_OK, err);
/third_party/lwip/
DCHANGELOG1426 * pbuf.h, tcp.c, tcp_in.c: fixed bug #33871: rejecting TCP_EVENT_RECV() for
2247 * tcp.h: bug-fix in the TCP_EVENT_RECV macro (has to call tcp_recved if
2707 to refuse data on a TCP_EVENT_RECV call". Important, behavior changes for the