Home
last modified time | relevance | path

Searched refs:tcp_bind (Results 1 – 6 of 6) sorted by relevance

/external/syslinux/gpxe/src/net/
Dtcp.c175 static int tcp_bind ( struct tcp_connection *tcp, unsigned int port ) { in tcp_bind() function
185 if ( tcp_bind ( tcp, htons ( try_port ) ) == 0 ) in tcp_bind()
238 if ( ( rc = tcp_bind ( tcp, bind_port ) ) != 0 ) in tcp_open()
/external/syslinux/core/lwip/src/include/lwip/
Dtcp.h340 err_t tcp_bind (struct tcp_pcb *pcb, ip_addr_t *ipaddr,
/external/syslinux/core/lwip/doc/
Drawapi.txt110 - err_t tcp_bind(struct tcp_pcb *pcb, struct ip_addr *ipaddr,
125 to a local port with the tcp_bind() function.
/external/syslinux/core/lwip/src/core/
Dtcp.c400 tcp_bind(struct tcp_pcb *pcb, ip_addr_t *ipaddr, u16_t port) in tcp_bind() function
/external/syslinux/core/lwip/src/api/
Dapi_msg.c906 msg->err = tcp_bind(msg->conn->pcb.tcp, msg->msg.bc.ipaddr, msg->msg.bc.port);
/external/syslinux/core/lwip/
DCHANGELOG289 * tcp.c: tcp_bind: return ERR_VAL instead of ERR_ISCONN when trying to bind
1145 * tcp.c: Fix bug #24227, wrong error message in tcp_bind.
1924 * tcp.c: Fixed bug #21080 (tcp_bind without check pcbs in TIME_WAIT state)
2111 * tcp.c: Fixed bug #1895 (tcp_bind not correct) by introducing a list of