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 - 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
Indexes created Thu Oct 02 14:10:14 GMT 2025