OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DHCP_MAGIC
(Results
1 - 2
of
2
) sorted by null
/external/toybox/toys/pending/
dhcp.c
83
#define
DHCP_MAGIC
0x63825363
693
if (state->pdhcp.cookie != htonl(
DHCP_MAGIC
)) {
709
if (state->pdhcp.cookie != htonl(
DHCP_MAGIC
)) {
997
state->pdhcp.cookie = htonl(
DHCP_MAGIC
);;
[
all
...]
dhcpd.c
58
#define
DHCP_MAGIC
0x63825363
996
if (gstate.rcvd.rcvd_pkt.cookie != htonl(
DHCP_MAGIC
)) {
[
all
...]
Completed in 39 milliseconds