Home
last modified time | relevance | path

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

/reactos/drivers/network/tcpip/lwip/src/include/lwip/priv/
H A Dtcp_priv.h167 #define TCP_EVENT_RECV(pcb,p,err,ret) ret = lwip_tcp_event((pcb)->callback_arg, (pcb),\ macro
198 #define TCP_EVENT_RECV(pcb,p,err,ret) \ macro
/reactos/drivers/network/tcpip/lwip/src/core/
H A Dtcp.c1568 TCP_EVENT_RECV(pcb, refused_data, ERR_OK, err); in tcp_process_refused_data()
H A Dtcp_in.c501 TCP_EVENT_RECV(pcb, recv_data, ERR_OK, err);
/reactos/drivers/network/tcpip/lwip/
H A DCHANGELOG1513 * pbuf.h, tcp.c, tcp_in.c: fixed bug #33871: rejecting TCP_EVENT_RECV() for
2334 * tcp.h: bug-fix in the TCP_EVENT_RECV macro (has to call tcp_recved if
2794 to refuse data on a TCP_EVENT_RECV call". Important, behavior changes for the