| /illumos-gate/usr/src/stand/lib/sa/ |
| H A D | netdb.h | 61 int h_length; /* length of address */ member in struct:hostent
|
| /illumos-gate/usr/src/lib/libbc/libc/net/ |
| H A D | getrpcport.c | 42 bcopy(hp->h_addr, (char *) &addr.sin_addr, hp->h_length);
|
| H A D | rexec.c | 73 bcopy(hp->h_addr, (caddr_t)&sin.sin_addr, hp->h_length);
|
| /illumos-gate/usr/src/cmd/tcpd/ |
| H A D | scaffold.c | 60 + (hp->h_length + sizeof(char *)) * count)) == 0) { 66 hb->host.h_length = hp->h_length; 72 hb->host.h_addr_list[count] = data + hp->h_length * count; 73 memcpy(hb->host.h_addr_list[count], addr, hp->h_length); 91 if (numeric_addr(host, &addr, &h.h_addrtype, &h.h_length) != -1) {
|
| /illumos-gate/usr/src/ucblib/librpcsoc/ |
| H A D | getrpcport.c | 44 memcpy((char *) &addr.sin_addr, hp->h_addr, hp->h_length);
|
| /illumos-gate/usr/src/cmd/cmd-inet/usr.bin/talk/ |
| H A D | get_addrs.c | 79 bcopy(hp->h_addr, (char *)&my_machine_addr, hp->h_length); 108 bcopy(hp->h_addr, (char *) &rem_machine_addr, hp->h_length);
|
| /illumos-gate/usr/src/lib/libbc/inc/include/ |
| H A D | netdb.h | 36 int h_length; /* length of address */ member in struct:hostent
|
| /illumos-gate/usr/src/lib/librdc/common/ |
| H A D | netaddrs.c | 268 for (j = 0; j < host->h_length; j++) 281 if (host->h_length < 4) { 283 fprintf(stderr, "host->h_length(%d) < 4!\n", host->h_length); 288 for (j = 0; j < host->h_length; j++) 301 for (j = 0; j < host->h_length; j++) 314 if (host->h_length < 4) { 316 fprintf(stderr, "host->h_length(%d) < 4!\n", host->h_length); 321 for (j = 0; j < host->h_length; [all...] |
| /illumos-gate/usr/src/lib/libresolv2/common/irs/ |
| H A D | gethostent_r.c | 169 len += he->h_length; 184 n = hptr->h_length = he->h_length; 225 n = hptr->h_length = he->h_length;
|
| /illumos-gate/usr/src/cmd/backup/lib/ |
| H A D | myrcmd.c | 113 numhp.h_length = sizeof (numaddr); 123 if ((unsigned)(hp->h_length) > sizeof (sin.sin_addr)) { 126 hp->h_length, sizeof (sin.sin_addr)); 177 bcopy(hp->h_addr_list[0], (caddr_t)&sin.sin_addr, hp->h_length); 201 hp->h_length);
|
| /illumos-gate/usr/src/lib/print/libhttp-core/common/ |
| H A D | http-addr.c | 109 host->h_length); 131 host->h_length); 310 host_ip.h_length = strlen(name) + 1; 346 host_ip.h_length = 4;
|
| /illumos-gate/usr/src/lib/libsmbfs/smb/ |
| H A D | nb_net.c | 82 if (h->h_length != 4) {
|
| /illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/ |
| H A D | iscsi_doorclt.c | 298 hptr->h_length = sizeof (struct in_addr); 301 hptr->h_length = sizeof (struct in6_addr); 308 if ((msg_size < hptr->h_length) || 393 hptr->h_length = cnf->h_addrlen;
|
| /illumos-gate/usr/src/lib/libresolv/ |
| H A D | res_gethost.c | 178 if (n != host.h_length) { 187 host.h_length = n; 300 hp->h_length = len; 332 if (memcmp(*a, addr, hp2->h_length) == 0) 334 if (bcmp(*a, addr, hp2->h_length) == 0) 399 host.h_length = sizeof (u_long);
|
| H A D | netdb.h | 60 int h_length; /* length of address */ member in struct:hostent
|
| /illumos-gate/usr/src/lib/libwrap/ |
| H A D | workarounds.c | 239 memcpy(*n_addr_list++, (char *) &addr, hp->h_length); 245 memcpy(*n_addr_list++, *o_addr_list, hp->h_length);
|
| /illumos-gate/usr/src/uts/common/sys/scsi/adapters/ |
| H A D | iscsi_door.h | 117 int h_length; /* length of address */ member in struct:hostent
|
| /illumos-gate/usr/src/lib/nsswitch/files/common/ |
| H A D | gethostent.c | 131 void *addrp, int v6flag, int *h_length) 147 *h_length = sizeof (in_addr_t); 159 *h_length = sizeof (struct in6_addr); 172 int v6flag = 0, addrlen, h_length; local 196 v6flag, &h_length) == 0) 200 return (h_length == argp->key.hostaddr.len && 130 __nss_files_get_addr(int af, const char *addrstart, int addrlen, void *addrp, int v6flag, int *h_length) argument
|
| /illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
| H A D | snoop_ipaddr.c | 376 hp->h_length = sizeof (struct in6_addr); 404 hp->h_length = 411 hp->h_length =
|
| /illumos-gate/usr/src/cmd/hal/addons/network-devices/ |
| H A D | common.c | 92 (void) memcpy(&ipv6addr, hp->h_addr_list[0], hp->h_length); 132 hp->h_length); 155 hp->h_length, buf, sizeof (buf));
|
| /illumos-gate/usr/src/lib/nsswitch/dns/common/ |
| H A D | gethostent6.c | 150 domap = (h->h_length == sizeof (struct in_addr)) && 154 addrlen = h->h_length; 398 /* reset h_length, h_addrtype */ 399 mhe.h_length = sizeof (struct in6_addr); 405 v6he.h_length = sizeof (struct in6_addr);
|
| /illumos-gate/usr/src/cmd/ypcmd/ |
| H A D | rpc_bootstrap.c | 177 hent->h_length = (type == AF_INET6) ? 194 hent->h_addr_list[0], hent->h_length); 203 hent->h_addr_list[0], hent->h_length); 458 host.h_length = len;
|
| /illumos-gate/usr/src/cmd/iscsid/ |
| H A D | iscsid.c | 507 cnf->h_addrlen = (uint32_t)hptr->h_length; 515 hptr->h_length); 518 cnf_len += hptr->h_length; 521 cnf->h_size_needed += hptr->h_length;
|
| /illumos-gate/usr/src/cmd/svr4pkg/libinst/ |
| H A D | is_local_host.c | 138 hp->h_length) == 0) {
|
| /illumos-gate/usr/src/lib/libnsl/nss/ |
| H A D | gethostent.c | 271 host->h_length = sizeof (struct in6_addr); 273 host->h_length = sizeof (struct in_addr);
|