Searched refs:bp_hlen (Results 1 – 1 of 1) sorted by relevance
62 uint8_t bp_hlen; /* hardware addr length */ member295 if (bp->bp_htype == 1 && bp->bp_hlen == 6 && bp->bp_op == BOOTPREQUEST) { in bootp_print()312 if (bp->bp_htype != 1 || bp->bp_hlen != 6) in bootp_print()313 ND_PRINT((ndo, ", hlen %d", bp->bp_hlen)); in bootp_print()349 if (bp->bp_htype == 1 && bp->bp_hlen == 6) { in bootp_print()