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

/barrelfish-master/lib/openssl-1.0.0d/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 60 milliseconds