Searched refs:bp_op (Results 1 – 3 of 3) sorted by relevance
33 u8 bp_op; /* Operation */ member
127 else if (bp->bp_op != OP_BOOTREPLY) in check_reply_packet()768 bp->bp_op = OP_BOOTREQUEST; in bootp_request()989 bp->bp_op = OP_BOOTREQUEST; in dhcp_send_request_packet()
59 uint8_t bp_op; /* packet opcode type */ member291 ND_TCHECK(bp->bp_op); in bootp_print()294 tok2str(bootp_op_values, "unknown (0x%02x)", bp->bp_op))); in bootp_print()297 if (bp->bp_htype == 1 && bp->bp_hlen == 6 && bp->bp_op == BOOTPREQUEST) { in bootp_print()