Home
last modified time | relevance | path

Searched refs:root_group (Results 1 – 3 of 3) sorted by relevance

/openbsd/usr.sbin/dhcpd/
H A Ddhcpd.c69 struct group root_group; variable
366 x = MINIMUM(root_group.default_lease_time, root_group.max_lease_time); in periodic_scan()
H A Dconfpars.c81 root_group.default_lease_time = 43200; /* 12 hours. */ in readconf()
82 root_group.max_lease_time = 86400; /* 24 hours. */ in readconf()
83 root_group.bootp_lease_cutoff = MAX_TIME; in readconf()
84 root_group.boot_unknown_clients = 1; in readconf()
85 root_group.allow_bootp = 1; in readconf()
86 root_group.allow_booting = 1; in readconf()
87 root_group.authoritative = 1; in readconf()
88 root_group.echo_client_id = 1; in readconf()
97 declaration = parse_statement(cfile, &root_group, in readconf()
H A Ddhcpd.h319 extern struct group root_group;