Home
last modified time | relevance | path

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

/btstack/3rd-party/lwip/core/src/include/lwip/
H A Daltcp.h175 #define altcp_bind tcp_bind
H A Dtcp.h458 err_t tcp_bind (struct tcp_pcb *pcb, const ip_addr_t *ipaddr,
/btstack/3rd-party/lwip/core/src/core/
H A Daltcp_tcp.c264 return tcp_bind(pcb, ipaddr, port); in altcp_tcp_bind()
H A Dtcp.c662 tcp_bind(struct tcp_pcb *pcb, const ip_addr_t *ipaddr, u16_t port) in tcp_bind() function
/btstack/3rd-party/lwip/core/src/apps/lwiperf/
H A Dlwiperf.c715 err = tcp_bind(pcb, local_addr, local_port); in lwiperf_start_tcp_server_impl()
/btstack/3rd-party/lwip/core/src/api/
H A Dapi_msg.c1238 err = tcp_bind(msg->conn->pcb.tcp, API_EXPR_REF(msg->msg.bc.ipaddr), msg->msg.bc.port);
/btstack/3rd-party/lwip/core/
H A DCHANGELOG1777 * tcp.c: tcp_bind: return ERR_VAL instead of ERR_ISCONN when trying to bind
2633 * tcp.c: Fix bug #24227, wrong error message in tcp_bind.
3412 * tcp.c: Fixed bug #21080 (tcp_bind without check pcbs in TIME_WAIT state)
3599 * tcp.c: Fixed bug #1895 (tcp_bind not correct) by introducing a list of