Home
last modified time | relevance | path

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

/external/dhcpcd/
Dconfig.h65 #ifndef DUID
66 # define DUID SYSCONFDIR "/" PACKAGE ".duid" macro
DREADME52 dhcpcd-3 enabled DUID support by default - this has changed in dhcpcd-4.
55 If CMDLINE_COMPAT is defined the we renable DUID support by default IF
Dclient.c270 if ((f = fopen(DUID, "r"))) { in get_duid()
295 if (!(f = fopen(DUID, "w"))) in get_duid()
318 unlink(DUID); in get_duid()
Ddhcpcd.c681 if ((f = fopen(DUID, "r"))) { in main()