HomeSort by: relevance | last modified time | path
    Searched defs:the_hostent (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/ndbootd/
ndbootd.c 317 struct hostent *the_hostent; local in function:main
585 if ((the_hostent = gethostbyname(hostname_buffer)) == NULL
586 || the_hostent->h_addrtype != AF_INET) {
595 memcpy(&last_client_ip, the_hostent->h_addr, sizeof(last_client_ip));
ndbootd.c 317 struct hostent *the_hostent; local in function:main
585 if ((the_hostent = gethostbyname(hostname_buffer)) == NULL
586 || the_hostent->h_addrtype != AF_INET) {
595 memcpy(&last_client_ip, the_hostent->h_addr, sizeof(last_client_ip));

Completed in 27 milliseconds