Searched refs:tcp_connect (Results 1 – 9 of 9) sorted by relevance
/third_party/lwip/src/include/lwip/ |
D | altcp.h | 176 #define altcp_connect tcp_connect
|
D | tcp.h | 470 err_t tcp_connect (struct tcp_pcb *pcb, const ip_addr_t *ipaddr,
|
/third_party/lwip/src/core/ |
D | altcp_tcp.c | 280 return tcp_connect(pcb, ipaddr, port, altcp_tcp_connected); in altcp_tcp_connect()
|
D | tcp.c | 1233 tcp_connect(struct tcp_pcb *pcb, const ip_addr_t *ipaddr, u16_t port, function
|
/third_party/lwip/src/apps/lwiperf/ |
D | lwiperf.c | 428 err = tcp_connect(newpcb, &remote_addr, remote_port, lwiperf_tcp_client_connected); in lwiperf_tx_start_impl()
|
/third_party/lwip/src/api/ |
D | api_msg.c | 1438 err = tcp_connect(msg->conn->pcb.tcp, API_EXPR_REF(msg->msg.bc.ipaddr),
|
/third_party/lwip/test/unit/tcp/ |
D | test_tcp.c | 1308 err = tcp_connect(pcb, &netif.gw, 123, NULL); in test_tcp_rto_timeout_syn_sent_impl()
|
/third_party/lwip/ |
D | CHANGELOG | 1865 * tcp.c: Fixed bug #30565 (tcp_connect() check bound list): that check did no 2094 * tcp.c, api_msg.c: Fixed bug #28651 (tcp_connect: no callbacks called 2515 * rawapi.txt: Fixed bug #26069: Corrected documentation: if tcp_connect fails,
|
/third_party/NuttX/ |
D | ReleaseNotes | 5734 - Prevent tcp_connect callback from being double freed. From Max
|