HomeSort by: relevance | last modified time | path
    Searched defs:hap (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/net/
gethnamaddr.c 222 char *bp, **ap, **hap, *ep; local in function:getanswer
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 in function:prs_haddr

Completed in 13 milliseconds