Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/include/lwip/
Dtcp_impl.h200 #define TCP_EVENT_RECV(pcb,p,err,ret) ret = lwip_tcp_event((pcb)->callback_arg, (pcb),\ macro
227 #define TCP_EVENT_RECV(pcb,p,err,ret) \
/external/syslinux/core/lwip/src/core/
Dtcp_in.c304 TCP_EVENT_RECV(pcb, pcb->refused_data, ERR_OK, err); in tcp_input()
362 TCP_EVENT_RECV(pcb, recv_data, ERR_OK, err); in tcp_input()
Dtcp.c1004 TCP_EVENT_RECV(pcb, pcb->refused_data, ERR_OK, err); in tcp_fasttmr()
/external/syslinux/core/lwip/
DCHANGELOG749 * tcp.h: bug-fix in the TCP_EVENT_RECV macro (has to call tcp_recved if
1209 to refuse data on a TCP_EVENT_RECV call". Important, behavior changes for the