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

/freebsd-11-stable/lib/libc/net/
H A Dgethostbydns.c147 char *bp, *ep, **ap, **hap; local
208 hap = hed->h_addr_ptrs;
209 *hap = NULL;
376 if (hap >= &hed->h_addr_ptrs[_MAXADDRS-1]) {
383 memcpy(*hap++ = bp, cp, n);
403 *hap = NULL;
/freebsd-11-stable/libexec/bootpd/
H A Dreadfile.c1788 byte *hap;
1806 if ((hap = lookup_hwa(p, htype)) != NULL)
1807 return hap; /* success */
1812 hap = haddr;
1813 while (hap < haddr + hal) {
1816 if (interp_byte(&p, hap++) < 0) {
1771 byte *hap; local

Completed in 171 milliseconds