Home
last modified time | relevance | path

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

/components/net/lwip/lwip-1.4.1/src/include/lwip/
A 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) \
/components/net/lwip/lwip-2.0.3/src/include/lwip/priv/
A Dtcp_priv.h167 #define TCP_EVENT_RECV(pcb,p,err,ret) ret = lwip_tcp_event((pcb)->callback_arg, (pcb),\ macro
196 #define TCP_EVENT_RECV(pcb,p,err,ret) \ macro
/components/net/lwip/lwip-2.1.2/src/include/lwip/priv/
A 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
/components/net/lwip/lwip-1.4.1/src/core/
A Dtcp.c1095 TCP_EVENT_RECV(pcb, refused_data, ERR_OK, err); in tcp_process_refused_data()
A Dtcp_in.c350 TCP_EVENT_RECV(pcb, recv_data, ERR_OK, err); in tcp_input()
/components/net/lwip/lwip-2.0.3/src/core/
A Dtcp.c1331 TCP_EVENT_RECV(pcb, refused_data, ERR_OK, err); in tcp_process_refused_data()
A Dtcp_in.c435 TCP_EVENT_RECV(pcb, recv_data, ERR_OK, err);
/components/net/lwip/lwip-2.1.2/src/core/
A Dtcp.c1564 TCP_EVENT_RECV(pcb, refused_data, ERR_OK, err); in tcp_process_refused_data()
A Dtcp_in.c501 TCP_EVENT_RECV(pcb, recv_data, ERR_OK, err);
/components/net/lwip/lwip-1.4.1/
A DCHANGELOG217 * pbuf.h, tcp.c, tcp_in.c: fixed bug #33871: rejecting TCP_EVENT_RECV() for
1038 * tcp.h: bug-fix in the TCP_EVENT_RECV macro (has to call tcp_recved if
1498 to refuse data on a TCP_EVENT_RECV call". Important, behavior changes for the
/components/net/lwip/lwip-2.0.3/
A DCHANGELOG1173 * pbuf.h, tcp.c, tcp_in.c: fixed bug #33871: rejecting TCP_EVENT_RECV() for
1994 * tcp.h: bug-fix in the TCP_EVENT_RECV macro (has to call tcp_recved if
2454 to refuse data on a TCP_EVENT_RECV call". Important, behavior changes for the
/components/net/lwip/lwip-2.1.2/
A 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

Completed in 36 milliseconds