Home
last modified time | relevance | path

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

/freebsd/libexec/bootpd/
H A Dhwaddr.h31 #define haddrlength(type) ((hwinfolist[(int) (type)]).hlen) macro
H A Dreadfile.c423 hashcode = hash_HashFunction(hp->haddr, haddrlength(hp->htype)); in readtab()
427 haddrtoa(hp->haddr, haddrlength(hp->htype))); in readtab()
883 bcopy(tmphaddr, hp->haddr, haddrlength(hp->htype)); in eval_symbol()
1356 if (bcmp(host1->haddr, host2->haddr, haddrlength(host1->htype))) { in hwinscmp()
1738 hal = haddrlength(htype); /* Get length of this address type */ in prs_haddr()
2005 if (bcmp(host1->haddr, host2->haddr, haddrlength(host1->htype))) { in hwlookcmp()
H A Ddumptab.c177 int hlen = haddrlength(hp->htype); in dump_host()
H A Dbootpd.c669 hlen = haddrlength(bp->bp_htype); in handle_request()