Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/
H A Dnetdb.d150 struct hostent in version() struct
152 char* h_name; in version()
153 char** h_aliases; in version()
154 int h_addrtype; in version()
155 int h_length; in version()
156 char** h_addr_list; in version()
157 char* h_addr() @property { return h_addr_list[0]; } // non-standard in version()
234 struct hostent in version() struct
236 char* h_name; in version()
237 char** h_aliases; in version()
[all …]
/netbsd-src/external/bsd/ntp/dist/include/
H A Dntp_machine.h139 struct hostent { struct
158 struct hostent *gethostbyname (char * netnum); argument
/netbsd-src/include/
H A 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/
H A 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/
H A Dget_addrs.c53 struct hostent *hostent; in gethostname_fallback() local
/netbsd-src/external/bsd/am-utils/dist/amd/
H A Dinfo_ldap.c103 HE_ENT *hostent; member
/netbsd-src/external/mpl/dhcp/dist/server/
H A Dldap.c2184 LDAPMessage * ldres, * hostres, * ent, * hostent; in ldap_read_config() local