Home
last modified time | relevance | path

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

/third_party/lwip/src/include/lwip/
Daltcp.h176 #define altcp_connect tcp_connect
Dtcp.h470 err_t tcp_connect (struct tcp_pcb *pcb, const ip_addr_t *ipaddr,
/third_party/lwip/src/core/
Daltcp_tcp.c280 return tcp_connect(pcb, ipaddr, port, altcp_tcp_connected); in altcp_tcp_connect()
Dtcp.c1233 tcp_connect(struct tcp_pcb *pcb, const ip_addr_t *ipaddr, u16_t port, function
/third_party/lwip/src/apps/lwiperf/
Dlwiperf.c428 err = tcp_connect(newpcb, &remote_addr, remote_port, lwiperf_tcp_client_connected); in lwiperf_tx_start_impl()
/third_party/lwip/src/api/
Dapi_msg.c1438 err = tcp_connect(msg->conn->pcb.tcp, API_EXPR_REF(msg->msg.bc.ipaddr),
/third_party/lwip/test/unit/tcp/
Dtest_tcp.c1308 err = tcp_connect(pcb, &netif.gw, 123, NULL); in test_tcp_rto_timeout_syn_sent_impl()
/third_party/lwip/
DCHANGELOG1865 * 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/
DReleaseNotes5734 - Prevent tcp_connect callback from being double freed. From Max