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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/MacOS/GetHTTPS.src/
H A DMacSocket.h89 void MacSocket_GetLocalIPAndPort(const int inSocketNum, char *outIPAndPort,
91 void MacSocket_GetRemoteIPAndPort(const int inSocketNum, char *outIPAndPort,
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-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/MacOS/GetHTTPS.src/
H A DMacSocket.h89 void MacSocket_GetLocalIPAndPort(const int inSocketNum, char *outIPAndPort,
91 void MacSocket_GetRemoteIPAndPort(const int inSocketNum, char *outIPAndPort,
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-R7000-V1.0.7.12_1.2.5/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);

Completed in 47 milliseconds