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

/freebsd-10.0-release/lib/libstand/
H A Dbootp.h28 unsigned char bp_htype; /* hardware addr type */ member in struct:bootp
H A Dbootp.c130 bp->bp_htype = 1; /* 10Mb Ethernet (48 bits) */
/freebsd-10.0-release/libexec/bootpd/
H A Dbootp.h46 unsigned char bp_htype; /* hardware addr type */ member in struct:bootp
H A Dbootpd.c657 bp->bp_sname, netname(bp->bp_htype),
675 netname(bp->bp_htype),
678 hlen = haddrlength(bp->bp_htype);
681 netname(bp->bp_htype),
684 dummyhost.htype = bp->bp_htype;
690 bp->bp_htype == HTYPE_IEEE802)
709 netname(bp->bp_htype),
1067 haf = (int) bp->bp_htype;
/freebsd-10.0-release/contrib/tcpdump/
H A Dprint-bootp.c78 if (bp->bp_htype == 1 && bp->bp_hlen == 6 && bp->bp_op == BOOTPREQUEST) {
91 if (bp->bp_htype != 1)
92 printf(", htype %d", bp->bp_htype);
95 if (bp->bp_htype != 1 || bp->bp_hlen != 6)
132 if (bp->bp_htype == 1 && bp->bp_hlen == 6) {
H A Dbootp.h25 u_int8_t bp_htype; /* hardware addr type */ member in struct:bootp
/freebsd-10.0-release/libexec/bootpd/tools/bootptest/
H A Dprint-bootp.c95 if (bp->bp_htype != 1)
96 printf(" htype:%d", bp->bp_htype);
H A Dbootptest.c331 bp->bp_htype = 1;
/freebsd-10.0-release/libexec/bootpd/bootpgw/
H A Dbootpgw.c654 haf = (int) bp->bp_htype;

Completed in 213 milliseconds