Searched refs:bp_hlen (Results 1 – 2 of 2) sorted by relevance
76 if (bp->bp_htype == 1 && bp->bp_hlen == 6 && bp->bp_op == BOOTPREQUEST) { in bootp_print()93 if (bp->bp_htype != 1 || bp->bp_hlen != 6) in bootp_print()94 printf(", hlen %d", bp->bp_hlen); in bootp_print()130 if (bp->bp_htype == 1 && bp->bp_hlen == 6) { in bootp_print()
26 u_int8_t bp_hlen; /* hardware addr length */ member