Searched refs:tcp_connect (Results 1 – 7 of 7) sorted by relevance
/btstack/3rd-party/lwip/core/src/include/lwip/ |
H A D | altcp.h | 176 #define altcp_connect tcp_connect
|
H A D | tcp.h | 461 err_t tcp_connect (struct tcp_pcb *pcb, const ip_addr_t *ipaddr,
|
/btstack/3rd-party/lwip/core/src/core/ |
H A D | altcp_tcp.c | 277 return tcp_connect(pcb, ipaddr, port, altcp_tcp_connected); in altcp_tcp_connect()
|
H A D | tcp.c | 1071 tcp_connect(struct tcp_pcb *pcb, const ip_addr_t *ipaddr, u16_t port, in tcp_connect() function
|
/btstack/3rd-party/lwip/core/src/apps/lwiperf/ |
H A D | lwiperf.c | 428 err = tcp_connect(newpcb, &remote_addr, remote_port, lwiperf_tcp_client_connected); in lwiperf_tx_start_impl()
|
/btstack/3rd-party/lwip/core/src/api/ |
H A D | api_msg.c | 1382 err = tcp_connect(msg->conn->pcb.tcp, API_EXPR_REF(msg->msg.bc.ipaddr),
|
/btstack/3rd-party/lwip/core/ |
H A D | CHANGELOG | 1855 * tcp.c: Fixed bug #30565 (tcp_connect() check bound list): that check did no 2084 * tcp.c, api_msg.c: Fixed bug #28651 (tcp_connect: no callbacks called 2505 * rawapi.txt: Fixed bug #26069: Corrected documentation: if tcp_connect fails,
|