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

/freebsd-12-stable/lib/libc/net/
H A Dgethostbydns.c149 char *bp, *ep, **ap, **hap; local
210 hap = hed->h_addr_ptrs;
211 *hap = NULL;
378 if (hap >= &hed->h_addr_ptrs[_MAXADDRS-1]) {
385 memcpy(*hap++ = bp, cp, n);
405 *hap = NULL;
/freebsd-12-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 111 milliseconds