Searched refs:PR_GetPeerName (Results 1 - 5 of 5) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/mac/
H A Dmacsocket.h185 #define macsock_getpeername PR_GetPeerName
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dacceptread.c86 if (PR_GetPeerName(sock, &peer_addr) == PR_FAILURE)
88 PL_FPrintError(err_out, "PR_GetPeerName (client) failed");
H A Dacceptreademu.c101 if (PR_GetPeerName(sock, &peer_addr) == PR_FAILURE)
103 PL_FPrintError(err_out, "PR_GetPeerName (client) failed");
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprio.h120 #define PR_GetPeerName VBoxNsprPR_GetPeerName macro
1845 ** FUNCTION: PR_GetPeerName
1858 ** Upon successful completion, PR_GetPeerName returns PR_SUCCESS.
1863 NSPR_API(PRStatus) PR_GetPeerName(PRFileDesc *fd, PRNetAddr *addr);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/
H A Dpriometh.c272 PR_IMPLEMENT(PRStatus) PR_GetPeerName(PRFileDesc *fd, PRNetAddr *addr)

Completed in 981 milliseconds