Searched refs:tcp_bind (Results 1 – 5 of 5) sorted by relevance
342 err_t tcp_bind (struct tcp_pcb *pcb, ip_addr_t *ipaddr,
110 - err_t tcp_bind(struct tcp_pcb *pcb, ip_addr_t *ipaddr,125 to a local port with the tcp_bind() function.
433 tcp_bind(struct tcp_pcb *pcb, ip_addr_t *ipaddr, u16_t port) in tcp_bind() function
918 msg->err = tcp_bind(msg->conn->pcb.tcp, msg->msg.bc.ipaddr, msg->msg.bc.port);
588 * tcp.c: tcp_bind: return ERR_VAL instead of ERR_ISCONN when trying to bind1444 * tcp.c: Fix bug #24227, wrong error message in tcp_bind.2223 * tcp.c: Fixed bug #21080 (tcp_bind without check pcbs in TIME_WAIT state)2410 * tcp.c: Fixed bug #1895 (tcp_bind not correct) by introducing a list of