Searched refs:path_dhclient_pid (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/mpl/dhcp/dist/client/
H A Ddhclient.c54 const char *path_dhclient_pid = NULL; variable
469 path_dhclient_pid = argv[i];
682 path_dhclient_pid = s;
722 if (path_dhclient_pid != NULL &&
729 if ((pidfd = fopen(path_dhclient_pid, "r")) != NULL) {
736 (void) unlink(path_dhclient_pid);
747 (void) unlink(path_dhclient_pid);
4788 if (path_dhclient_pid == NULL || no_pid_file == ISC_TRUE) {
4792 pfdesc = open (path_dhclient_pid, O_CREAT | O_TRUNC | O_WRONLY, 0644);
4795 log_error ("Can't create %s: %m", path_dhclient_pid);
[all...]
H A Ddhc6.c173 if (path_dhclient_pid == NULL)
174 path_dhclient_pid = _PATH_DHCLIENT6_PID;
/netbsd-current/external/mpl/dhcp/dist/includes/
H A Ddhcpd.h2986 extern const char *path_dhclient_pid;

Completed in 375 milliseconds