Searched refs:bp_hlen (Results 1 – 3 of 3) sorted by relevance
61 uint8_t bp_hlen; /* hardware addr length */ member296 ND_TCHECK(bp->bp_hlen); in bootp_print()297 if (bp->bp_htype == 1 && bp->bp_hlen == 6 && bp->bp_op == BOOTPREQUEST) { in bootp_print()314 if (bp->bp_htype != 1 || bp->bp_hlen != 6) in bootp_print()315 ND_PRINT((ndo, ", hlen %d", bp->bp_hlen)); in bootp_print()352 if (bp->bp_htype == 1 && bp->bp_hlen == 6) { in bootp_print()
38 u8 bp_hlen; /* Hardware address length */ member
131 else if (bp->bp_hlen != HWL_ETHER) in check_reply_packet()770 bp->bp_hlen = HWL_ETHER; in bootp_request()991 bp->bp_hlen = HWL_ETHER; in dhcp_send_request_packet()