Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/quectelCM/libmnl/dhcp/
H A Ddhcpclient.c250 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()
H A Ddhcpmsg.h29 #define OP_BOOTREPLY 2 macro
/OK3568_Linux_fs/u-boot/net/
H A Dbootp.h35 # define OP_BOOTREPLY 2 macro
H A Dbootp.c128 else if (bp->bp_op != OP_BOOTREPLY) in check_reply_packet()