Searched refs:path_dhclient_duid (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/mpl/dhcp/dist/client/tests/
H A Dduid_unittest.c82 path_dhclient_duid = duid_fname;
/netbsd-current/external/mpl/dhcp/dist/client/
H A Dclparse.c313 if ((file = open (path_dhclient_duid, O_RDONLY)) < 0)
317 status = new_parse(&cfile, file, NULL, 0, path_dhclient_duid, 0);
H A Ddhclient.c57 const char *path_dhclient_duid = NULL; variable
481 path_dhclient_duid = argv[i];
829 if ((default_duid.len == 0) && (path_dhclient_duid != NULL)) {
1114 if ((default_duid.len == 0) && (path_dhclient_duid != NULL)) {
/netbsd-current/external/mpl/dhcp/dist/includes/
H A Ddhcpd.h2991 extern const char *path_dhclient_duid;

Completed in 292 milliseconds