Searched defs:lwip_socket (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/Network/lwip/src/api/
H A Dsockets.c49 struct lwip_socket { struct
69 static struct lwip_socket sockets[NUM_SOCKETS];
114 static struct lwip_socket *
117 struct lwip_socket *sock;
168 struct lwip_socket *sock;
223 struct lwip_socket *sock;
257 struct lwip_socket *sock;
288 struct lwip_socket *sock;
328 struct lwip_socket *sock;
354 struct lwip_socket *soc
565 lwip_socket(int domain, int type, int protocol) function
[all...]
/vbox/src/VBox/Devices/Network/lwip-new/src/api/
H A Dsockets.c1018 lwip_socket(int domain, int type, int protocol) function
1032 LWIP_DEBUGF(SOCKETS_DEBUG, ("lwip_socket(%s, SOCK_RAW, %d) = ",
1039 LWIP_DEBUGF(SOCKETS_DEBUG, ("lwip_socket(%s, SOCK_DGRAM, %d) = ",
1044 LWIP_DEBUGF(SOCKETS_DEBUG, ("lwip_socket(%s, SOCK_STREAM, %d) = ",
1052 LWIP_DEBUGF(SOCKETS_DEBUG, ("lwip_socket(%d, %d/UNKNOWN, %d) = -1\n",

Completed in 467 milliseconds