Searched refs:outIPAndPort (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/MacOS/GetHTTPS.src/
H A DMacSocket.h92 void MacSocket_GetLocalIPAndPort(const int inSocketNum,char *outIPAndPort,const int inIPAndPortLength);
93 void MacSocket_GetRemoteIPAndPort(const int inSocketNum,char *outIPAndPort,const int inIPAndPortLength);
H A DMacSocket.cpp209 void MacSocket_GetLocalIPAndPort(const int inSocketNum,char *outIPAndPort,const int inIPAndPortLength) argument
211 if (outIPAndPort != nil && SocketIndexIsValid(inSocketNum))
240 CopyCStrToCStr(tempString,outIPAndPort,inIPAndPortLength);
246 void MacSocket_GetRemoteIPAndPort(const int inSocketNum,char *outIPAndPort,const int inIPAndPortLength) argument
248 if (outIPAndPort != nil && SocketIndexIsValid(inSocketNum))
277 CopyCStrToCStr(tempString,outIPAndPort,inIPAndPortLength);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/MacOS/GetHTTPS.src/
H A DMacSocket.h92 void MacSocket_GetLocalIPAndPort(const int inSocketNum,char *outIPAndPort,const int inIPAndPortLength);
93 void MacSocket_GetRemoteIPAndPort(const int inSocketNum,char *outIPAndPort,const int inIPAndPortLength);
H A DMacSocket.cpp209 void MacSocket_GetLocalIPAndPort(const int inSocketNum,char *outIPAndPort,const int inIPAndPortLength) argument
211 if (outIPAndPort != nil && SocketIndexIsValid(inSocketNum))
240 CopyCStrToCStr(tempString,outIPAndPort,inIPAndPortLength);
246 void MacSocket_GetRemoteIPAndPort(const int inSocketNum,char *outIPAndPort,const int inIPAndPortLength) argument
248 if (outIPAndPort != nil && SocketIndexIsValid(inSocketNum))
277 CopyCStrToCStr(tempString,outIPAndPort,inIPAndPortLength);

Completed in 72 milliseconds