Searched refs:bp_hlen (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/libexec/bootpd/
H A Dbootp.h47 unsigned char bp_hlen; /* hardware addr length */ member in struct:bootp
H A Dbootpd.c662 haddrtoa(bp->bp_chaddr, bp->bp_hlen));
680 haddrtoa(bp->bp_chaddr, bp->bp_hlen));
683 if (hlen != bp->bp_hlen) {
701 haddrtoa(dummyhost.haddr, bp->bp_hlen));
714 haddrtoa(bp->bp_chaddr, bp->bp_hlen));
1068 len = bp->bp_hlen;
/freebsd-11-stable/libexec/bootpd/tools/bootptest/
H A Dprint-bootp.c98 if (bp->bp_hlen != 6)
99 printf(" hlen:%d", bp->bp_hlen);
102 if (bp->bp_hlen) {
115 dump_hex(bp->bp_chaddr, bp->bp_hlen);
H A Dbootptest.c332 bp->bp_hlen = 6;
333 bcopy(eaddr, bp->bp_chaddr, bp->bp_hlen);
/freebsd-11-stable/stand/libsa/
H A Dbootp.h31 unsigned char bp_hlen; /* hardware addr length */ member in struct:bootp
H A Dbootp.c159 bp->bp_hlen = 6;
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-bootp.c61 uint8_t bp_hlen; /* hardware addr length */ member in struct:bootp
296 ND_TCHECK(bp->bp_hlen);
297 if (bp->bp_htype == 1 && bp->bp_hlen == 6 && bp->bp_op == BOOTPREQUEST) {
314 if (bp->bp_htype != 1 || bp->bp_hlen != 6)
315 ND_PRINT((ndo, ", hlen %d", bp->bp_hlen));
352 if (bp->bp_htype == 1 && bp->bp_hlen == 6) {
/freebsd-11-stable/libexec/bootpd/bootpgw/
H A Dbootpgw.c651 len = bp->bp_hlen;

Completed in 80 milliseconds