Searched refs:bp_htype (Results 1 – 2 of 2) sorted by relevance
60 uint8_t bp_htype; /* hardware addr type */ member297 if (bp->bp_htype == 1 && bp->bp_hlen == 6 && bp->bp_op == BOOTPREQUEST) { in bootp_print()310 if (bp->bp_htype != 1) in bootp_print()311 ND_PRINT((ndo, ", htype %d", bp->bp_htype)); in bootp_print()314 if (bp->bp_htype != 1 || bp->bp_hlen != 6) in bootp_print()351 if (bp->bp_htype == 1 && bp->bp_hlen == 6) { in bootp_print()
196 uint8_t bp_htype; member