Home
last modified time | relevance | path

Searched defs:hostent (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/ntp/include/
H A Dntp_machine.h137 struct hostent { struct
156 struct hostent *gethostbyname (char * netnum); argument
/freebsd/include/
H A Dnetdb.h104 struct hostent { struct
105 char *h_name; /* official name of host */
106 char **h_aliases; /* alias list */
107 int h_addrtype; /* host address type */
108 int h_length; /* length of address */
109 char **h_addr_list; /* list of addresses from name server */
/freebsd/tools/test/stress2/testcases/tcp/
H A Dtcp.c102 struct hostent *hostent; in writer() local
/freebsd/crypto/heimdal/lib/krb5/
H A Dget_addrs.c51 struct hostent *hostent; in gethostname_fallback() local
/freebsd/lib/libc/tests/nss/
H A Dgethostby_test.c88 IMPLEMENT_TEST_FILE_SNAPSHOT(hostent) in IMPLEMENT_TEST_FILE_SNAPSHOT() argument