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

/freebsd-10.1-release/lib/libstand/
H A Dbootp.h29 unsigned char bp_hlen; /* hardware addr length */ member in struct:bootp
H A Dbootp.c131 bp->bp_hlen = 6;
/freebsd-10.1-release/libexec/bootpd/
H A Dbootp.h47 unsigned char bp_hlen; /* hardware addr length */ member in struct:bootp
H A Dbootpd.c658 haddrtoa(bp->bp_chaddr, bp->bp_hlen));
676 haddrtoa(bp->bp_chaddr, bp->bp_hlen));
679 if (hlen != bp->bp_hlen) {
697 haddrtoa(dummyhost.haddr, bp->bp_hlen));
710 haddrtoa(bp->bp_chaddr, bp->bp_hlen));
1064 len = bp->bp_hlen;
/freebsd-10.1-release/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-10.1-release/contrib/tcpdump/
H A Dprint-bootp.c78 if (bp->bp_htype == 1 && bp->bp_hlen == 6 && bp->bp_op == BOOTPREQUEST) {
95 if (bp->bp_htype != 1 || bp->bp_hlen != 6)
96 printf(", hlen %d", bp->bp_hlen);
132 if (bp->bp_htype == 1 && bp->bp_hlen == 6) {
H A Dbootp.h26 u_int8_t bp_hlen; /* hardware addr length */ member in struct:bootp
/freebsd-10.1-release/libexec/bootpd/bootpgw/
H A Dbootpgw.c651 len = bp->bp_hlen;

Completed in 194 milliseconds