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

/freebsd-12-stable/libexec/bootpd/
H A Dbootp.h47 unsigned char bp_hlen; /* hardware addr length */ member in struct:bootp
H A Dbootpd.c667 haddrtoa(bp->bp_chaddr, bp->bp_hlen));
685 haddrtoa(bp->bp_chaddr, bp->bp_hlen));
688 if (hlen != bp->bp_hlen) {
706 haddrtoa(dummyhost.haddr, bp->bp_hlen));
719 haddrtoa(bp->bp_chaddr, bp->bp_hlen));
1073 len = bp->bp_hlen;
/freebsd-12-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-12-stable/libexec/bootpd/tools/bootptest/
H A Dprint-bootp.c99 if (bp->bp_hlen != 6)
100 printf(" hlen:%d", bp->bp_hlen);
103 if (bp->bp_hlen) {
116 dump_hex(bp->bp_chaddr, bp->bp_hlen);
H A Dbootptest.c329 bp->bp_hlen = 6;
330 bcopy(eaddr, bp->bp_chaddr, bp->bp_hlen);
/freebsd-12-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-12-stable/libexec/bootpd/bootpgw/
H A Dbootpgw.c658 len = bp->bp_hlen;

Completed in 138 milliseconds