HomeSort by: relevance | last modified time | path
    Searched refs:path_dhclient_conf (Results 1 - 3 of 3) sorted by relevancy

  /src/external/mpl/dhcp/dist/client/
clparse.c 209 status = read_client_conf_file (path_dhclient_conf,
277 status = new_parse(&cfile, file, NULL, 0, path_dhclient_conf, 0);
dhclient.c 52 const char *path_dhclient_conf = _PATH_DHCLIENT_CONF; variable
476 path_dhclient_conf = argv[i];
675 if (!no_dhclient_conf && (s = getenv("PATH_DHCLIENT_CONF"))) {
676 path_dhclient_conf = s;
  /src/external/mpl/dhcp/dist/includes/
dhcpd.h 2984 extern const char *path_dhclient_conf;

Completed in 35 milliseconds