OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:the_hostent
(Results
1 - 1
of
1
) 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));
Completed in 11 milliseconds
Indexes created Tue Oct 21 08:09:48 GMT 2025