Searched refs:TCP_EVENT_RECV (Results 1 – 4 of 4) sorted by relevance
| /lib/liblwip/src/include/lwip/ |
| D | tcp_impl.h | 199 #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/ |
| D | tcp.c | 1095 TCP_EVENT_RECV(pcb, refused_data, ERR_OK, err); in tcp_process_refused_data()
|
| D | tcp_in.c | 350 TCP_EVENT_RECV(pcb, recv_data, ERR_OK, err); in tcp_input()
|
| /lib/liblwip/ |
| D | CHANGELOG | 227 * 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
|