Searched refs:host_ip (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/print/libhttp-core/common/
H A Dhttp-addr.c275 static struct hostent host_ip; /* Host entry for IP/domain address */ local
307 host_ip.h_name = (char *)name;
308 host_ip.h_aliases = NULL;
309 host_ip.h_addrtype = AF_LOCAL;
310 host_ip.h_length = strlen(name) + 1;
311 host_ip.h_addr_list = packed_ptr;
317 return (&host_ip);
343 host_ip.h_name = (char *)name;
344 host_ip.h_aliases = NULL;
345 host_ip
[all...]
/illumos-gate/usr/src/uts/sparc/os/
H A Discsi_boot.c274 char host_ip[INET6_ADDRSTRLEN]; local
287 host_ip) > 0) {
288 if (inet_aton(host_ip,

Completed in 71 milliseconds