Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/net/
H A Dbootp.h34 # define OP_BOOTREQUEST 1 macro
H A Dbootp.c756 bp->bp_op = OP_BOOTREQUEST; in bootp_request()
974 bp->bp_op = OP_BOOTREQUEST; in dhcp_send_request_packet()
/OK3568_Linux_fs/app/forlinx/quectelCM/libmnl/dhcp/
H A Ddhcpmsg.h28 #define OP_BOOTREQUEST 1 macro
H A Ddhcpmsg.c30 msg->op = OP_BOOTREQUEST; in init_dhcp_msg()
H A Ddhcpclient.c248 if (msg->op == OP_BOOTREQUEST) in dump_dhcp_msg()