Home
last modified time | relevance | path

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

/third_party/lwip/src/include/lwip/
Daltcp.h175 #define altcp_bind tcp_bind
Dtcp.h458 err_t tcp_bind (struct tcp_pcb *pcb, const ip_addr_t *ipaddr,
/third_party/lwip/src/core/
Daltcp_tcp.c267 return tcp_bind(pcb, ipaddr, port); in altcp_tcp_bind()
Dtcp.c662 tcp_bind(struct tcp_pcb *pcb, const ip_addr_t *ipaddr, u16_t port) in tcp_bind() function
/third_party/lwip/src/apps/lwiperf/
Dlwiperf.c715 err = tcp_bind(pcb, local_addr, local_port); in lwiperf_start_tcp_server_impl()
/third_party/lwip/src/api/
Dapi_msg.c1238 err = tcp_bind(msg->conn->pcb.tcp, API_EXPR_REF(msg->msg.bc.ipaddr), msg->msg.bc.port);
/third_party/lwip/test/unit/tcp/
Dtest_tcp.c120 err = tcp_bind(pcb, &netif.ip_addr, 1234); in START_TEST()
/third_party/lwip/
DCHANGELOG1787 * tcp.c: tcp_bind: return ERR_VAL instead of ERR_ISCONN when trying to bind
2643 * tcp.c: Fix bug #24227, wrong error message in tcp_bind.
3422 * tcp.c: Fixed bug #21080 (tcp_bind without check pcbs in TIME_WAIT state)
3609 * tcp.c: Fixed bug #1895 (tcp_bind not correct) by introducing a list of
/third_party/libuv/
DChangeLog4178 * unix, windows: validate flags on uv_udp|tcp_bind (Saúl Ibarra Corretgé)