Searched refs:FtGetPeerName (Results 1 – 3 of 3) sorted by relevance
546 extern FILLP_INT DLL_API FtGetPeerName(FILLP_INT fd, FILLP_SOCKADDR *name, socklen_t *nameLen);
1019 FILLP_INT DLL_API FtGetPeerName( in FtGetPeerName() function
917 auto ret = FtGetPeerName(fd, &remoteAddr, &remoteAddrLen); in Accept()