Home
last modified time | relevance | path

Searched defs:hostent (Results 1 – 4 of 4) sorted by path

/illumos-gate/usr/src/head/
H A Dnetdb.h96 struct hostent { struct
97 char *h_name; /* official name of host */
98 char **h_aliases; /* alias list */
99 int h_addrtype; /* host address type */
100 int h_length; /* length of address */
101 char **h_addr_list; /* list of addresses from name server */
/illumos-gate/usr/src/lib/libresolv/
H A Dnetdb.h54 struct hostent { struct
55 char *h_name; /* official name of host */
56 char **h_aliases; /* alias list */
57 int h_addrtype; /* host address type */
58 int h_length; /* length of address */
59 char **h_addr_list; /* list of addresses from name server */
/illumos-gate/usr/src/stand/lib/sa/
H A Dnetdb.h57 struct hostent { struct
68 extern struct hostent *gethostbyname(const char *); argument
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/
H A Discsi_door.h113 struct hostent { struct
137 struct hostent *hptr argument