Searched refs:TCP_EVENT_RECV (Results 1 – 4 of 4) sorted by relevance
/third_party/lwip/src/include/lwip/priv/ |
D | tcp_priv.h | 170 #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/ |
D | tcp.c | 1742 TCP_EVENT_RECV(pcb, refused_data, ERR_OK, err);
|
D | tcp_in.c | 518 TCP_EVENT_RECV(pcb, recv_data, ERR_OK, err);
|
/third_party/lwip/ |
D | CHANGELOG | 1426 * 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
|