| /src/external/bsd/libbind/dist/irs/ |
| lcl_ho.c | 223 char **hap; local 239 for (hap = hp->h_aliases; *hap; hap++) { 240 nn = ns_namelen(*hap); 241 if (strncasecmp(*hap, name, Max(n, nn)) == 0) 296 char **hap; local 298 for (hap = hp->h_addr_list; *hap; hap++) [all...] |
| dns_ho.c | 173 static int add_hostent(struct pvt *pvt, char *bp, char **hap, 695 char *bp, *ep, **ap, **hap; local 770 hap = pvt->h_addr_ptrs; 771 *hap = NULL; 956 m = add_hostent(pvt, bp, hap, aip); 963 if (hap < &pvt->h_addr_ptrs[MAXADDRS]) 964 hap++; 965 *hap = NULL; 983 *hap = NULL; 985 if (pvt->res->nsort && hap != pvt->h_addr_ptrs & [all...] |
| gethostent.c | 139 char **hap; local 147 for (hap = net_data->ho_last->h_aliases; hap && *hap; hap++) 148 if (ns_samename(name, *hap) == 1) 165 char **hap; local 171 for (hap = net_data->ho_last->h_addr_list; 172 hap && *hap; [all...] |
| /src/lib/libc/net/ |
| gethnamaddr.c | 222 char *bp, **ap, **hap, *ep; local 285 hent->h_addr_list = hap = addr_ptrs; 287 *hap = NULL; 449 if (hap >= &addr_ptrs[MAXADDRS - 1]) { 457 (void)memcpy(*hap++ = bp, cp, (size_t)n); 471 *hap = NULL; 507 n = (int)(hap - addr_ptrs);
|
| /src/usr.sbin/bootp/common/ |
| readfile.c | 1753 byte *hap; 1772 if ((hap = lookup_hwa(p, htype)) != NULL) 1773 return hap; /* success */ 1779 hap = haddr; 1780 while (hap < haddr + hal) { 1783 if (interp_byte(&p, hap++) < 0) { 1736 byte *hap; local
|