Searched refs:hptr (Results 1 – 2 of 2) sorted by relevance
91 struct hostent *hptr; in getHost() local93 hptr = gethostbyname( "localhost" ); in getHost()106 struct hostent *hptr; in getThisHostname() local107 hptr = gethostbyname( "localhost" ); in getThisHostname()109 rtl::OString sHostname(hptr->h_name); in getThisHostname()117 struct hostent *hptr; in getThisHostname() local119 hptr = gethostbyname( hostname); in getThisHostname()120 if ( hptr != NULL ) in getThisHostname()122 strcpy( hostname, hptr->h_name ); in getThisHostname()138 struct hostent *hptr; in getIPbyName() local[all …]
118 struct hostent *hptr; in getHost() local120 hptr = gethostbyname( "localhost" ); in getHost()133 struct hostent *hptr; in getThisHostname() local134 hptr = gethostbyname( "localhost" ); in getThisHostname()141 struct hostent *hptr; in getThisHostname() local143 hptr = gethostbyname( hostname); in getThisHostname()144 if ( hptr != NULL ) in getThisHostname()146 strcpy( hostname, hptr->h_name ); in getThisHostname()160 struct hostent *hptr; in getIPbyName() local162 hptr = gethostbyname( str_name.getStr()); in getIPbyName()[all …]
Completed in 39 milliseconds