Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/ntp/dist/include/
Dntp_machine.h139 struct hostent { struct
158 struct hostent *gethostbyname (char * netnum); argument
/netbsd/src/include/
Dnetdb.h148 struct hostent { struct
149 char *h_name; /*%< official name of host */
150 char **h_aliases; /*%< alias list */
151 int h_addrtype; /*%< host address type */
152 int h_length; /*%< length of address */
153 char **h_addr_list; /*%< list of addresses from name server */
/netbsd/src/external/bsd/libbind/dist/include/
Dnetdb.h141 struct hostent { struct
142 char *h_name; /*%< official name of host */
143 char **h_aliases; /*%< alias list */
144 int h_addrtype; /*%< host address type */
145 int h_length; /*%< length of address */
146 char **h_addr_list; /*%< list of addresses from name server */
/netbsd/src/crypto/external/bsd/heimdal/dist/lib/krb5/
Dget_addrs.c53 struct hostent *hostent; in gethostname_fallback() local
/netbsd/src/external/gpl3/gdb/dist/sim/common/
Ddv-sockser.c98 struct hostent *hostent; in dv_sockser_init() local
/netbsd/src/external/bsd/am-utils/dist/amd/
Dinfo_ldap.c103 HE_ENT *hostent; member