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

  /external/syslinux/gpxe/src/include/
bootp.h 196 uint8_t bp_htype; member in struct:bootp_t
  /external/tcpdump/
print-bootp.c 61 uint8_t bp_htype; /* hardware addr type */ member in struct:bootp
295 if (bp->bp_htype == 1 && bp->bp_hlen == 6 && bp->bp_op == BOOTPREQUEST) {
308 if (bp->bp_htype != 1)
309 ND_PRINT((ndo, ", htype %d", bp->bp_htype));
312 if (bp->bp_htype != 1 || bp->bp_hlen != 6)
349 if (bp->bp_htype == 1 && bp->bp_hlen == 6) {

Completed in 59 milliseconds