Searched refs:haddrlength (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/libexec/bootpd/
H A Dhwaddr.h33 #define haddrlength(type) ((hwinfolist[(int) (type)]).hlen) macro
H A Dreadfile.c438 hashcode = hash_HashFunction(hp->haddr, haddrlength(hp->htype));
442 haddrtoa(hp->haddr, haddrlength(hp->htype)));
908 bcopy(tmphaddr, hp->haddr, haddrlength(hp->htype));
1396 if (bcmp(host1->haddr, host2->haddr, haddrlength(host1->htype))) {
1794 hal = haddrlength(htype); /* Get length of this address type */
2076 if (bcmp(host1->haddr, host2->haddr, haddrlength(host1->htype))) {
H A Ddumptab.c191 int hlen = haddrlength(hp->htype);
H A Dbootpd.c682 hlen = haddrlength(bp->bp_htype);

Completed in 163 milliseconds