Searched refs:phe (Results 1 – 1 of 1) sorted by relevance
129 struct hostent * phe = NULL; in init_logger_addr() local137 phe = gethostbyname( syslog_hostname ); in init_logger_addr()138 if( !phe ) in init_logger_addr()141 memcpy( &syslog_hostaddr.sin_addr.s_addr, phe->h_addr, phe->h_length ); in init_logger_addr()