Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Ddhcp.c83 #define DHCP_MAGIC 0x63825363 macro
693 if (state->pdhcp.cookie != htonl(DHCP_MAGIC)) { in read_raw()
709 if (state->pdhcp.cookie != htonl(DHCP_MAGIC)) { in read_app()
997 state->pdhcp.cookie = htonl(DHCP_MAGIC);; in dhcpc_sendmsg()
Ddhcpd.c58 #define DHCP_MAGIC 0x63825363 macro
996 if (gstate.rcvd.rcvd_pkt.cookie != htonl(DHCP_MAGIC)) { in read_packet()
1020 gstate.send.send_pkt.cookie = htonl(DHCP_MAGIC); in prepare_send_pkt()