Searched refs:altcp_bind (Results 1 – 4 of 4) sorted by relevance
| /components/net/lwip/lwip-2.1.2/src/include/lwip/ |
| A D | altcp.h | 103 err_t altcp_bind(struct altcp_pcb *conn, const ip_addr_t *ipaddr, u16_t port); 170 #define altcp_bind tcp_bind macro
|
| /components/net/lwip/lwip-2.1.2/src/core/ |
| A D | altcp.c | 303 altcp_bind(struct altcp_pcb *conn, const ip_addr_t *ipaddr, u16_t port) in altcp_bind() function 537 return altcp_bind(conn->inner_conn, ipaddr, port); in altcp_default_bind()
|
| /components/net/lwip/lwip-2.1.2/src/apps/mqtt/ |
| A D | mqtt.c | 1380 err = altcp_bind(client->conn, IP_ADDR_ANY, 0); in mqtt_client_connect()
|
| /components/net/lwip/lwip-2.1.2/src/apps/http/ |
| A D | httpd.c | 2645 err = altcp_bind(pcb, IP_ANY_TYPE, port);
|
Completed in 12 milliseconds