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

  /src/usr.sbin/ndbootd/
ndbootd.c 316 char hostname_buffer[MAXHOSTNAMELEN + 1]; local in function:main
572 if (ether_ntohost(hostname_buffer, (struct ether_addr *) ether_packet->ether_shost)) {
584 hostname_buffer[sizeof(hostname_buffer) - 1] = '\0';
585 if ((the_hostent = gethostbyname(hostname_buffer)) == NULL
588 hostname_buffer,
ndbootd.c 316 char hostname_buffer[MAXHOSTNAMELEN + 1]; local in function:main
572 if (ether_ntohost(hostname_buffer, (struct ether_addr *) ether_packet->ether_shost)) {
584 hostname_buffer[sizeof(hostname_buffer) - 1] = '\0';
585 if ((the_hostent = gethostbyname(hostname_buffer)) == NULL
588 hostname_buffer,
ndbootd.c 316 char hostname_buffer[MAXHOSTNAMELEN + 1]; local in function:main
572 if (ether_ntohost(hostname_buffer, (struct ether_addr *) ether_packet->ether_shost)) {
584 hostname_buffer[sizeof(hostname_buffer) - 1] = '\0';
585 if ((the_hostent = gethostbyname(hostname_buffer)) == NULL
588 hostname_buffer,

Completed in 36 milliseconds