Searched defs:tcp_bind (Results 1 - 5 of 5) sorted by relevance
/vbox/src/VBox/Devices/Network/lwip/src/core/ |
H A D | tcp.c | 246 tcp_bind(struct tcp_pcb *pcb, struct ip_addr *ipaddr, u16_t port) function 279 LWIP_DEBUGF(TCP_DEBUG, ("tcp_bind: bind to port %"U16_F"\n", port)); 868 * tcp_bind(). Currently, we lack this (BSD socket type of) feature.
|
/vbox/src/VBox/Devices/PC/ipxe/src/net/ |
H A D | tcp.c | 220 static int tcp_bind ( struct tcp_connection *tcp, unsigned int port ) { function 232 if ( tcp_bind ( tcp, try_port ) == 0 ) 288 if ( ( rc = tcp_bind ( tcp, bind_port ) ) != 0 )
|
/vbox/src/VBox/Devices/Network/lwip-new/src/core/ |
H A D | tcp.c | 446 tcp_bind(struct tcp_pcb *pcb, ip_addr_t *ipaddr, u16_t port) function 452 LWIP_ERROR("tcp_bind: can only bind in state CLOSED", pcb->state == CLOSED, return ERR_VAL); 501 LWIP_DEBUGF(TCP_DEBUG, ("tcp_bind: bind to port %"U16_F"\n", port)); 507 * Like tcp_bind(), but the "local" address doesn't belong to any of 1438 * The pcb is not put on any list until binding using tcp_bind(). 1441 * PCBs are put on. Port reservation using tcp_bind() is implemented but 1457 * The pcb is not put on any list until binding using tcp_bind().
|
/vbox/src/VBox/Devices/Network/lwip/vbox/include/ |
H A D | lwipopts.h | 248 #define tcp_bind lwip_tcp_bind macro
|
/vbox/src/VBox/Devices/Network/lwip-new/vbox/include/ |
H A D | lwip-namespace.h | 164 #define tcp_bind lwip_tcp_bind macro
|
Completed in 59 milliseconds