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

/vbox/src/VBox/Devices/Network/lwip/src/api/
H A Dsockets.c115 get_socket(int s) function
120 LWIP_DEBUGF(SOCKETS_DEBUG, ("get_socket(%d): invalid\n", s));
128 LWIP_DEBUGF(SOCKETS_DEBUG, ("get_socket(%d): not active\n", s));
176 sock = get_socket(s);
205 sock = get_socket(newsock);
228 sock = get_socket(s);
266 sock = get_socket(s);
291 sock = get_socket(s);
332 sock = get_socket(s);
362 sock = get_socket(
[all...]
/vbox/src/VBox/Devices/Network/lwip-new/src/api/
H A Dsockets.c267 get_socket(int s) function
272 LWIP_DEBUGF(SOCKETS_DEBUG, ("get_socket(%d): invalid\n", s));
280 LWIP_DEBUGF(SOCKETS_DEBUG, ("get_socket(%d): not active\n", s));
289 * Same as get_socket but doesn't set errno
395 sock = get_socket(s);
482 sock = get_socket(s);
525 sock = get_socket(s);
549 sock = get_socket(s);
606 sock = get_socket(s);
643 sock = get_socket(
[all...]

Completed in 178 milliseconds