HomeSort by: relevance | last modified time | path
    Searched refs:bp_htype (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/lib/libsa/
bootp.h 26 unsigned char bp_htype; /* hardware addr type */ member in struct:bootp
bootp.c 155 bp->bp_htype = 1; /* 10Mb Ethernet (48 bits) */
  /src/usr.sbin/bootp/common/
bootp.h 44 unsigned char bp_htype; /* hardware addr type */ member in struct:bootp
  /src/usr.sbin/bootp/bootpd/
bootpd.c 622 bp->bp_sname, netname(bp->bp_htype),
632 if (bp->bp_htype >= hwinfocnt) {
636 bp->bp_htype);
649 netname(bp->bp_htype),
652 hlen = haddrlength(bp->bp_htype);
655 netname(bp->bp_htype),
658 dummyhost.htype = bp->bp_htype;
664 bp->bp_htype == HTYPE_IEEE802)
683 netname(bp->bp_htype),
  /src/usr.sbin/bootp/bootptest/
print-bootp.c 93 if (bp->bp_htype != 1)
94 printf(" htype:%d", bp->bp_htype);
bootptest.c 322 bp->bp_htype = 1;
  /src/sys/nfs/
nfs_bootdhcp.c 113 u_int8_t bp_htype; /* hardware addr type */ member in struct:bootp
609 bootp->bp_htype = hafmt;
  /src/usr.sbin/bootp/bootpgw/
bootpgw.c 635 if (bp->bp_htype == HTYPE_IEEE802) {

Completed in 18 milliseconds