Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/ntp/include/
HDntp_machine.h137 struct hostent { struct
156 struct hostent *gethostbyname (char * netnum); argument
/freebsd-13-stable/include/
HDnetdb.h105 struct hostent { struct
106 char *h_name; /* official name of host */
107 char **h_aliases; /* alias list */
108 int h_addrtype; /* host address type */
109 int h_length; /* length of address */
110 char **h_addr_list; /* list of addresses from name server */
/freebsd-13-stable/crypto/heimdal/lib/krb5/
HDget_addrs.c51 struct hostent *hostent; in gethostname_fallback() local
/freebsd-13-stable/contrib/apr-util/include/
HDapr_uri.h106 struct hostent *hostent; member
/freebsd-13-stable/lib/libc/tests/nss/
HDgethostby_test.c89 IMPLEMENT_TEST_FILE_SNAPSHOT(hostent) in IMPLEMENT_TEST_FILE_SNAPSHOT() argument