Home
last modified time | relevance | path

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

/lib/liblwip/src/include/lwip/
Dtcp_impl.h199 #define TCP_EVENT_RECV(pcb,p,err,ret) ret = lwip_tcp_event((pcb)->callback_arg, (pcb),\ macro
226 #define TCP_EVENT_RECV(pcb,p,err,ret) \
/lib/liblwip/src/core/
Dtcp.c1095 TCP_EVENT_RECV(pcb, refused_data, ERR_OK, err); in tcp_process_refused_data()
Dtcp_in.c350 TCP_EVENT_RECV(pcb, recv_data, ERR_OK, err); in tcp_input()
/lib/liblwip/
DCHANGELOG227 * pbuf.h, tcp.c, tcp_in.c: fixed bug #33871: rejecting TCP_EVENT_RECV() for
1048 * tcp.h: bug-fix in the TCP_EVENT_RECV macro (has to call tcp_recved if
1508 to refuse data on a TCP_EVENT_RECV call". Important, behavior changes for the