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

  /src/sys/lib/libsa/
bootp.h 27 unsigned char bp_hlen; /* hardware addr length */ member in struct:bootp
bootp.h 27 unsigned char bp_hlen; /* hardware addr length */ member in struct:bootp
bootp.c 156 bp->bp_hlen = 6;
bootp.c 156 bp->bp_hlen = 6;
  /src/usr.sbin/bootp/common/
bootp.h 45 unsigned char bp_hlen; /* hardware addr length */ member in struct:bootp
bootp.h 45 unsigned char bp_hlen; /* hardware addr length */ member in struct:bootp
  /src/usr.sbin/bootp/bootptest/
print-bootp.c 97 if (bp->bp_hlen != 6)
98 printf(" hlen:%d", bp->bp_hlen);
101 if (bp->bp_hlen) {
114 dump_hex(bp->bp_chaddr, bp->bp_hlen);
print-bootp.c 97 if (bp->bp_hlen != 6)
98 printf(" hlen:%d", bp->bp_hlen);
101 if (bp->bp_hlen) {
114 dump_hex(bp->bp_chaddr, bp->bp_hlen);
bootptest.c 323 bp->bp_hlen = 6;
324 bcopy(eaddr, bp->bp_chaddr, bp->bp_hlen);
bootptest.c 323 bp->bp_hlen = 6;
324 bcopy(eaddr, bp->bp_chaddr, bp->bp_hlen);
  /src/sys/nfs/
nfs_bootdhcp.c 114 u_int8_t bp_hlen; /* hardware addr length */ member in struct:bootp
359 if (bootp->bp_hlen != bpc->halen) {
360 DPRINTF(("bootpcheck: hlen %d != %d\n", bootp->bp_hlen,
610 bootp->bp_hlen = halen; /* Hardware address length */
nfs_bootdhcp.c 114 u_int8_t bp_hlen; /* hardware addr length */ member in struct:bootp
359 if (bootp->bp_hlen != bpc->halen) {
360 DPRINTF(("bootpcheck: hlen %d != %d\n", bootp->bp_hlen,
610 bootp->bp_hlen = halen; /* Hardware address length */
  /src/usr.sbin/bootp/bootpd/
bootpd.c 623 haddrtoa(bp->bp_chaddr, bp->bp_hlen));
650 haddrtoa(bp->bp_chaddr, bp->bp_hlen));
653 if (hlen != bp->bp_hlen) {
671 haddrtoa(dummyhost.haddr, bp->bp_hlen));
684 haddrtoa(bp->bp_chaddr, bp->bp_hlen));
1053 len = bp->bp_hlen;
bootpd.c 623 haddrtoa(bp->bp_chaddr, bp->bp_hlen));
650 haddrtoa(bp->bp_chaddr, bp->bp_hlen));
653 if (hlen != bp->bp_hlen) {
671 haddrtoa(dummyhost.haddr, bp->bp_hlen));
684 haddrtoa(bp->bp_chaddr, bp->bp_hlen));
1053 len = bp->bp_hlen;
  /src/usr.sbin/bootp/bootpgw/
bootpgw.c 632 len = bp->bp_hlen;
bootpgw.c 632 len = bp->bp_hlen;

Completed in 30 milliseconds