HomeSort by relevance Sort by last modified time
    Searched refs:bp_hlen (Results 1 - 2 of 2) sorted by null

  /external/syslinux/gpxe/src/include/
bootp.h 197 uint8_t bp_hlen; member in struct:bootp_t
  /external/tcpdump/
print-bootp.c 61 uint8_t bp_hlen; /* hardware addr length */ member in struct:bootp
296 ND_TCHECK(bp->bp_hlen);
297 if (bp->bp_htype == 1 && bp->bp_hlen == 6 && bp->bp_op == BOOTPREQUEST) {
314 if (bp->bp_htype != 1 || bp->bp_hlen != 6)
315 ND_PRINT((ndo, ", hlen %d", bp->bp_hlen));
351 if (bp->bp_htype == 1 && bp->bp_hlen == 6) {

Completed in 269 milliseconds