Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-bootp.c59 nd_uint8_t bp_htype; /* hardware addr type */ member
288 uint8_t bp_op, bp_htype, bp_hlen; in bootp_print() local
296 bp_htype = GET_U_1(bp->bp_htype); in bootp_print()
298 if (bp_htype == 1 && bp_hlen == MAC_ADDR_LEN && bp_op == BOOTPREQUEST) { in bootp_print()
310 if (bp_htype != 1) in bootp_print()
311 ND_PRINT(", htype %u", bp_htype); in bootp_print()
314 if (bp_htype != 1 || bp_hlen != MAC_ADDR_LEN) in bootp_print()
347 if (bp_htype == 1 && bp_hlen == MAC_ADDR_LEN) { in bootp_print()