Home
last modified time | relevance | path

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

/lib/liblwip/src/include/lwip/
Dtcp.h344 err_t tcp_connect (struct tcp_pcb *pcb, ip_addr_t *ipaddr,
/lib/liblwip/doc/
Drawapi.txt160 - err_t tcp_connect(struct tcp_pcb *pcb, ip_addr_t *ipaddr,
168 The tcp_connect() function returns immediately; it does not wait for
177 The tcp_connect() function can return ERR_MEM if no memory is
179 enqueued successfully, the tcp_connect() function returns ERR_OK.
/lib/liblwip/src/core/
Dtcp.c684 tcp_connect(struct tcp_pcb *pcb, ip_addr_t *ipaddr, u16_t port, in tcp_connect() function
/lib/liblwip/src/api/
Dapi_msg.c1008 msg->err = tcp_connect(msg->conn->pcb.tcp, msg->msg.bc.ipaddr,
/lib/liblwip/
DCHANGELOG666 * tcp.c: Fixed bug #30565 (tcp_connect() check bound list): that check did no
895 * tcp.c, api_msg.c: Fixed bug #28651 (tcp_connect: no callbacks called
1316 * rawapi.txt: Fixed bug #26069: Corrected documentation: if tcp_connect fails,