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

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/
H A Dgetsockname.c2 Implement the getsockname API.
21 The getsockname routine retrieves the local system address from the socket.
24 <a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getsockname.html#">POSIX</a>
38 getsockname ( function
/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/
H A Dsockets.h254 #define getsockname(a,b,c) lwip_getsockname(a,b,c) macro
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Dsockets.h406 #define getsockname(a,b,c) lwip_getsockname(a,b,c) macro
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprio.h486 PRGetsocknameFN getsockname; /* Get (net) address associated with fd */ member in struct:PRIOMethods

Completed in 49 milliseconds