Searched refs:tcp_connect (Results 1 – 5 of 5) sorted by relevance
| /lib/liblwip/src/include/lwip/ |
| D | tcp.h | 344 err_t tcp_connect (struct tcp_pcb *pcb, ip_addr_t *ipaddr,
|
| /lib/liblwip/doc/ |
| D | rawapi.txt | 160 - 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/ |
| D | tcp.c | 684 tcp_connect(struct tcp_pcb *pcb, ip_addr_t *ipaddr, u16_t port, in tcp_connect() function
|
| /lib/liblwip/src/api/ |
| D | api_msg.c | 1008 msg->err = tcp_connect(msg->conn->pcb.tcp, msg->msg.bc.ipaddr,
|
| /lib/liblwip/ |
| D | CHANGELOG | 666 * 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,
|