Searched refs:tcp_bind (Results 1 – 9 of 9) sorted by relevance
/third_party/lwip/src/include/lwip/ |
D | altcp.h | 175 #define altcp_bind tcp_bind
|
D | tcp.h | 458 err_t tcp_bind (struct tcp_pcb *pcb, const ip_addr_t *ipaddr,
|
/third_party/lwip/src/core/ |
D | altcp_tcp.c | 267 return tcp_bind(pcb, ipaddr, port); in altcp_tcp_bind()
|
D | tcp.c | 662 tcp_bind(struct tcp_pcb *pcb, const ip_addr_t *ipaddr, u16_t port) in tcp_bind() function
|
/third_party/lwip/src/apps/lwiperf/ |
D | lwiperf.c | 715 err = tcp_bind(pcb, local_addr, local_port); in lwiperf_start_tcp_server_impl()
|
/third_party/lwip/src/api/ |
D | api_msg.c | 1238 err = tcp_bind(msg->conn->pcb.tcp, API_EXPR_REF(msg->msg.bc.ipaddr), msg->msg.bc.port);
|
/third_party/lwip/test/unit/tcp/ |
D | test_tcp.c | 120 err = tcp_bind(pcb, &netif.ip_addr, 1234); in START_TEST()
|
/third_party/lwip/ |
D | CHANGELOG | 1787 * 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/ |
D | ChangeLog | 4178 * unix, windows: validate flags on uv_udp|tcp_bind (Saúl Ibarra Corretgé)
|