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

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/
H A Dgetpeername.c2 Implement the getpeername API.
21 The getpeername routine retrieves the remote system address from the socket.
24 <a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getpeername.html#">POSIX</a>
38 getpeername ( function
/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/
H A Dsockets.h255 #define getpeername(a,b,c) lwip_getpeername(a,b,c) macro
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Dsockets.h407 #define getpeername(a,b,c) lwip_getpeername(a,b,c) macro
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprio.h487 PRGetpeernameFN getpeername; /* Get peer's (net) address */ member in struct:PRIOMethods

Completed in 52 milliseconds