Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-bootp.c71 TCHECK(bp->bp_op); in bootp_print()
74 tok2str(bootp_op_values, "unknown (0x%02x)", bp->bp_op)); in bootp_print()
76 if (bp->bp_htype == 1 && bp->bp_hlen == 6 && bp->bp_op == BOOTPREQUEST) { in bootp_print()
Dbootp.h24 u_int8_t bp_op; /* packet opcode type */ member