Searched defs:netconn_bind (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/Network/lwip/src/api/
H A Dapi_lib.c375 netconn_bind(struct netconn *conn, struct ip_addr *addr, function
/vbox/src/VBox/Devices/Network/lwip-new/src/api/
H A Dapi_lib.c166 netconn_bind(struct netconn *conn, ip_addr_t *addr, u16_t port) function
171 LWIP_ERROR("netconn_bind: invalid conn", (conn != NULL), return ERR_ARG;);
/vbox/src/VBox/Devices/Network/lwip/vbox/include/
H A Dlwipopts.h162 #define netconn_bind lwip_netconn_bind macro
/vbox/src/VBox/Devices/Network/lwip-new/vbox/include/
H A Dlwip-namespace.h56 #define netconn_bind lwip_netconn_bind macro

Completed in 49 milliseconds