Searched refs:altcp_bind (Results 1 – 4 of 4) sorted by relevance
/third_party/lwip/src/include/lwip/ |
D | altcp.h | 103 err_t altcp_bind(struct altcp_pcb *conn, const ip_addr_t *ipaddr, u16_t port); 175 #define altcp_bind tcp_bind macro
|
/third_party/lwip/src/core/ |
D | altcp.c | 303 altcp_bind(struct altcp_pcb *conn, const ip_addr_t *ipaddr, u16_t port) in altcp_bind() function 555 return altcp_bind(conn->inner_conn, ipaddr, port); in altcp_default_bind()
|
/third_party/lwip/src/apps/mqtt/ |
D | mqtt.c | 1379 err = altcp_bind(client->conn, IP_ADDR_ANY, 0); in mqtt_client_connect()
|
/third_party/lwip/src/apps/http/ |
D | httpd.c | 2661 err = altcp_bind(pcb, IP_ANY_TYPE, port);
|