Searched refs:tcp_bind (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Dtcp.h357 err_t tcp_bind (struct tcp_pcb *pcb, ip_addr_t *ipaddr,
398 tcp_bind(pcb, ip6_2_ip(ip6addr), port)
/vbox/src/VBox/Devices/Network/lwip/vbox/include/
H A Dlwipopts.h248 #define tcp_bind lwip_tcp_bind macro
/vbox/src/VBox/Devices/Network/lwip-new/vbox/include/
H A Dlwip-namespace.h164 #define tcp_bind lwip_tcp_bind macro
/vbox/src/VBox/Devices/PC/ipxe/src/net/
H A Dtcp.c220 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/src/include/lwip/
H A Dtcp.h79 err_t tcp_bind (struct tcp_pcb *pcb, struct ip_addr *ipaddr,
/vbox/src/VBox/Devices/Network/lwip/src/api/
H A Dapi_msg.c443 msg->conn->err = tcp_bind(msg->conn->pcb.tcp,
/vbox/src/VBox/Devices/Network/lwip/src/core/
H A Dtcp.c246 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/Network/lwip-new/src/api/
H A Dapi_msg.c920 msg->err = tcp_bind(msg->conn->pcb.tcp, msg->msg.bc.ipaddr, msg->msg.bc.port);
/vbox/src/VBox/Devices/Network/lwip-new/src/core/
H A Dtcp.c446 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().

Completed in 105 milliseconds