Searched refs:tcp_recv (Results 1 – 16 of 16) sorted by relevance
/reactos/modules/rosapps/applications/net/tsclient/rdesktop/ |
H A D | iso.c | 84 s = tcp_recv(This, NULL, 4); in iso_recv_msg() 104 s = tcp_recv(This, s, length - 4); in iso_recv_msg()
|
H A D | tcp.c | 110 tcp_recv(RDPCLIENT * This, STREAM s, uint32 length) in tcp_recv() function
|
H A D | proto.h | 203 STREAM tcp_recv(RDPCLIENT * This, STREAM s, uint32 length);
|
/reactos/base/applications/mstsc/ |
H A D | iso.c | 107 s = tcp_recv(NULL, 4); in iso_recv_msg() 132 s = tcp_recv(s, length - 4); in iso_recv_msg()
|
H A D | proto.h | 217 STREAM tcp_recv(STREAM s, uint32 length);
|
H A D | tcp.c | 344 tcp_recv(STREAM s, uint32 length) in tcp_recv() function
|
/reactos/drivers/network/tcpip/lwip/src/core/ |
H A D | altcp_tcp.c | 166 tcp_recv(tpcb, NULL); in altcp_tcp_remove_callbacks() 179 tcp_recv(tpcb, altcp_tcp_recv); in altcp_tcp_setup_callbacks()
|
H A D | tcp.c | 2020 tcp_recv(struct tcp_pcb *pcb, tcp_recv_fn recv) in tcp_recv() function
|
/reactos/drivers/network/tcpip/lwip/src/include/lwip/ |
H A D | altcp.h | 170 #define altcp_recv tcp_recv
|
H A D | tcp.h | 416 void tcp_recv (struct tcp_pcb *pcb, tcp_recv_fn recv);
|
/reactos/drivers/network/tcpip/lwip/src/apps/lwiperf/ |
H A D | lwiperf.c | 260 tcp_recv(conn->conn_pcb, NULL); in lwiperf_tcp_close() 634 tcp_recv(newpcb, lwiperf_tcp_recv); in lwiperf_tcp_accept()
|
/reactos/drivers/network/tcpip/ip/lwip_glue/ |
H A D | tcp.c | 608 tcp_recv((PTCP_PCB)msg->Input.Connect.Connection->SocketContext, InternalRecvEventHandler); in LibTCPConnectCallback() 835 tcp_recv(pcb, InternalRecvEventHandler); in LibTCPAccept()
|
/reactos/drivers/network/tcpip/lwip/test/unit/tcp/ |
H A D | tcp_helper.c | 250 tcp_recv(pcb, test_tcp_counters_recv); in test_tcp_new_counters_pcb()
|
H A D | test_tcp.c | 274 tcp_recv(pcb, test_tcp_recv_expect1byte); in test_tcp_recv_expectclose() 288 tcp_recv(pcb, test_tcp_recv_expectclose); in test_tcp_recv_expect1byte() 326 tcp_recv(pcb, test_tcp_recv_expect1byte); in START_TEST()
|
/reactos/drivers/network/tcpip/lwip/src/api/ |
H A D | api_msg.c | 523 tcp_recv(pcb, recv_tcp); 585 tcp_recv(pcb, NULL); 968 tcp_recv(tpcb, NULL);
|
/reactos/drivers/network/tcpip/lwip/ |
H A D | CHANGELOG | 2795 tcp_recv callback (see rawapi.txt).
|