Searched refs:netconn_bind (Results 1 – 3 of 3) sorted by relevance
226 err_t netconn_bind(struct netconn *conn, ip_addr_t *addr, u16_t port);
166 netconn_bind(struct netconn *conn, ip_addr_t *addr, u16_t port) in netconn_bind() function
431 err = netconn_bind(sock->conn, &local_addr, ntohs(local_port)); in lwip_bind()
Completed in 8 milliseconds