Searched defs:tcp_connect (Results 1 - 6 of 6) sorted by relevance
/vbox/src/VBox/Devices/Network/slirp/ |
H A D | tcp_subr.c | 466 tcp_connect(PNATState pData, struct socket *inso) function
|
/vbox/src/VBox/RDP/client-1.8.3/ |
H A D | tcp.c | 429 tcp_connect(char *server) function
|
/vbox/src/VBox/Devices/Network/lwip/src/core/ |
H A D | tcp.c | 416 tcp_connect(struct tcp_pcb *pcb, struct ip_addr *ipaddr, u16_t port, function 423 LWIP_DEBUGF(TCP_DEBUG, ("tcp_connect to port %"U16_F"\n", port));
|
/vbox/src/VBox/Devices/Network/lwip-new/src/core/ |
H A D | tcp.c | 479 tcp_connect. */ 521 5-tuple is done in tcp_connect. */ 752 tcp_connect(struct tcp_pcb *pcb, ip_addr_t *ipaddr, u16_t port, function 759 LWIP_ERROR("tcp_connect: can only connect from state CLOSED", pcb->state == CLOSED, return ERR_ISCONN); 761 LWIP_DEBUGF(TCP_DEBUG, ("tcp_connect to port %"U16_F"\n", port));
|
/vbox/src/VBox/Devices/Network/lwip/vbox/include/ |
H A D | lwipopts.h | 250 #define tcp_connect lwip_tcp_connect macro
|
/vbox/src/VBox/Devices/Network/lwip-new/vbox/include/ |
H A D | lwip-namespace.h | 166 #define tcp_connect lwip_tcp_connect macro
|
Completed in 137 milliseconds