Searched refs:OP_BOOTREPLY (Results 1 – 4 of 4) sorted by relevance
250 else if (msg->op == OP_BOOTREPLY) in dump_dhcp_msg()329 if (reply->op != OP_BOOTREPLY) { in is_valid_reply()330 if (verbose) printf("Wrong Op %d != %d\n", reply->op, OP_BOOTREPLY); in is_valid_reply()
29 #define OP_BOOTREPLY 2 macro
35 # define OP_BOOTREPLY 2 macro
128 else if (bp->bp_op != OP_BOOTREPLY) in check_reply_packet()