Home
last modified time | relevance | path

Searched refs:altcp_bind (Results 1 – 4 of 4) sorted by relevance

/third_party/lwip/src/include/lwip/
Daltcp.h103 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/
Daltcp.c303 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/
Dmqtt.c1379 err = altcp_bind(client->conn, IP_ADDR_ANY, 0); in mqtt_client_connect()
/third_party/lwip/src/apps/http/
Dhttpd.c2661 err = altcp_bind(pcb, IP_ANY_TYPE, port);