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

  /src/sys/lib/libsa/
bootp.h 27 unsigned char bp_hlen; /* hardware addr length */ member in struct:bootp
  /src/usr.sbin/bootp/common/
bootp.h 45 unsigned char bp_hlen; /* hardware addr length */ member in struct:bootp
  /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 */
  /src/external/bsd/tcpdump/dist/
print-bootp.c 63 nd_uint8_t bp_hlen; /* hardware addr length */ member in struct:bootp
293 uint8_t bp_op, bp_htype, bp_hlen; local
302 bp_hlen = GET_U_1(bp->bp_hlen);
303 if (bp_htype == 1 && bp_hlen == MAC_ADDR_LEN && bp_op == BOOTPREQUEST) {
319 if (bp_htype != 1 || bp_hlen != MAC_ADDR_LEN)
320 ND_PRINT(", hlen %u", bp_hlen);
352 if (bp_htype == 1 && bp_hlen == MAC_ADDR_LEN) {

Completed in 15 milliseconds