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

/freebsd-11-stable/libexec/bootpd/
H A Dbootp.h46 unsigned char bp_htype; /* hardware addr type */ member in struct:bootp
H A Dbootpd.c643 if (bp->bp_htype >= hwinfocnt) {
644 report(LOG_NOTICE, "bad hw addr type %u", bp->bp_htype);
661 bp->bp_sname, netname(bp->bp_htype),
679 netname(bp->bp_htype),
682 hlen = haddrlength(bp->bp_htype);
685 netname(bp->bp_htype),
688 dummyhost.htype = bp->bp_htype;
694 bp->bp_htype == HTYPE_IEEE802)
713 netname(bp->bp_htype),
1071 haf = (int) bp->bp_htype;
[all...]
/freebsd-11-stable/stand/libsa/
H A Dbootp.h30 unsigned char bp_htype; /* hardware addr type */ member in struct:bootp
H A Dbootp.c158 bp->bp_htype = 1; /* 10Mb Ethernet (48 bits) */
/freebsd-11-stable/libexec/bootpd/tools/bootptest/
H A Dprint-bootp.c94 if (bp->bp_htype != 1)
95 printf(" htype:%d", bp->bp_htype);
H A Dbootptest.c331 bp->bp_htype = 1;
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-bootp.c60 uint8_t bp_htype; /* hardware addr type */ member in struct:bootp
297 if (bp->bp_htype == 1 && bp->bp_hlen == 6 && bp->bp_op == BOOTPREQUEST) {
310 if (bp->bp_htype != 1)
311 ND_PRINT((ndo, ", htype %d", bp->bp_htype));
314 if (bp->bp_htype != 1 || bp->bp_hlen != 6)
352 if (bp->bp_htype == 1 && bp->bp_hlen == 6) {
/freebsd-11-stable/libexec/bootpd/bootpgw/
H A Dbootpgw.c654 haf = (int) bp->bp_htype;

Completed in 74 milliseconds