Home
last modified time | relevance | path

Searched refs:inIPAndPortLength (Results 1 – 2 of 2) sorted by relevance

/minix3/crypto/external/bsd/openssl/dist/MacOS/GetHTTPS.src/
H A DMacSocket.h90 const int inIPAndPortLength);
92 const int inIPAndPortLength);
H A DMacSocket.cpp209 …d MacSocket_GetLocalIPAndPort(const int inSocketNum,char *outIPAndPort,const int inIPAndPortLength) in MacSocket_GetLocalIPAndPort() argument
240 CopyCStrToCStr(tempString,outIPAndPort,inIPAndPortLength); in MacSocket_GetLocalIPAndPort()
246 … MacSocket_GetRemoteIPAndPort(const int inSocketNum,char *outIPAndPort,const int inIPAndPortLength) in MacSocket_GetRemoteIPAndPort() argument
277 CopyCStrToCStr(tempString,outIPAndPort,inIPAndPortLength); in MacSocket_GetRemoteIPAndPort()