Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/include/lwip/
Dtcp.h342 err_t tcp_connect (struct tcp_pcb *pcb, ip_addr_t *ipaddr,
/external/syslinux/core/lwip/doc/
Drawapi.txt158 - err_t tcp_connect(struct tcp_pcb *pcb, struct ip_addr *ipaddr,
166 The tcp_connect() function returns immediately; it does not wait for
175 The tcp_connect() function can return ERR_MEM if no memory is
177 enqueued successfully, the tcp_connect() function returns ERR_OK.
/external/syslinux/core/lwip/src/core/
Dtcp.c649 tcp_connect(struct tcp_pcb *pcb, ip_addr_t *ipaddr, u16_t port, in tcp_connect() function
/external/syslinux/core/lwip/src/api/
Dapi_msg.c996 msg->err = tcp_connect(msg->conn->pcb.tcp, msg->msg.bc.ipaddr,
/external/syslinux/core/lwip/
DCHANGELOG367 * tcp.c: Fixed bug #30565 (tcp_connect() check bound list): that check did no
596 * tcp.c, api_msg.c: Fixed bug #28651 (tcp_connect: no callbacks called
1017 * rawapi.txt: Fixed bug #26069: Corrected documentation: if tcp_connect fails,