HomeSort by: relevance | last modified time | path
    Searched refs:haddrlength (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.sbin/bootp/common/
hwaddr.h 30 #define haddrlength(type) ((hwinfolist[(int) (type)]).hlen) macro
readfile.c 434 hashcode = hash_HashFunction(hp->haddr, haddrlength(hp->htype));
438 haddrtoa(hp->haddr, haddrlength(hp->htype)));
898 bcopy(tmphaddr, hp->haddr, haddrlength(hp->htype));
1376 if (bcmp(host1->haddr, host2->haddr, haddrlength(host1->htype))) {
1759 hal = haddrlength(htype); /* Get length of this address type */
2034 if (bcmp(host1->haddr, host2->haddr, haddrlength(host1->htype))) {
dumptab.c 184 int hlen = haddrlength(hp->htype);
  /src/usr.sbin/bootp/bootpd/
bootpd.c 652 hlen = haddrlength(bp->bp_htype);

Completed in 15 milliseconds