Searched refs:tcp_connect (Results 1 – 5 of 5) sorted by relevance
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/ |
A D | tcp.h | 387 err_t tcp_connect (struct tcp_pcb *pcb, const ip_addr_t *ipaddr,
|
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/ |
A D | tcp.h | 440 err_t tcp_connect (struct tcp_pcb *pcb, const ip_addr_t *ipaddr,
|
/AliOS-Things-master/components/lwip/lwip2.0.0/core/ |
A D | tcp.c | 851 tcp_connect(struct tcp_pcb *pcb, const ip_addr_t *ipaddr, u16_t port, in tcp_connect() function
|
/AliOS-Things-master/components/lwip/lwip2.0.0/api/ |
A D | api_msg.c | 1244 msg->err = tcp_connect(msg->conn->pcb.tcp, API_EXPR_REF(msg->msg.bc.ipaddr),
|
/AliOS-Things-master/components/py_engine/engine/extmod/ |
A D | modlwip.c | 1070 err = tcp_connect(socket->pcb.tcp, &dest, port, _lwip_tcp_connected); in lwip_socket_connect()
|
Completed in 19 milliseconds