Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-bootp.c76 if (bp->bp_htype == 1 && bp->bp_hlen == 6 && bp->bp_op == BOOTPREQUEST) { in bootp_print()
89 if (bp->bp_htype != 1) in bootp_print()
90 printf(", htype %d", bp->bp_htype); in bootp_print()
93 if (bp->bp_htype != 1 || bp->bp_hlen != 6) in bootp_print()
130 if (bp->bp_htype == 1 && bp->bp_hlen == 6) { in bootp_print()
Dbootp.h25 u_int8_t bp_htype; /* hardware addr type */ member