Home
last modified time | relevance | path

Searched refs:bp_htype (Results 1 – 3 of 3) sorted by relevance

/external/tcpdump/
Dprint-bootp.c60 uint8_t bp_htype; /* hardware addr type */ member
297 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()
352 if (bp->bp_htype == 1 && bp->bp_hlen == 6) { in bootp_print()
/external/u-boot/net/
Dbootp.h36 u8 bp_htype; /* Hardware type */ member
Dbootp.c129 else if (bp->bp_htype != HWT_ETHER) in check_reply_packet()
769 bp->bp_htype = HWT_ETHER; in bootp_request()
990 bp->bp_htype = HWT_ETHER; in dhcp_send_request_packet()