Home
last modified time | relevance | path

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

/openbsd/usr.sbin/dhcpd/
H A Dtables.c77 struct universe dhcp_universe; variable
79 { "pad", "", &dhcp_universe, 0 },
82 { "routers", "IA", &dhcp_universe, 3 },
91 { "host-name", "X", &dhcp_universe, 12 },
92 { "boot-size", "S", &dhcp_universe, 13 },
96 { "root-path", "t", &dhcp_universe, 17 },
702 dhcp_universe.name = "dhcp"; in initialize_universes()
703 dhcp_universe.hash = new_hash(); in initialize_universes()
704 if (!dhcp_universe.hash) in initialize_universes()
708 add_hash(dhcp_universe.hash, in initialize_universes()
[all …]
H A Ddhcpd.h467 extern struct universe dhcp_universe;
H A Dconfpars.c1049 universe = &dhcp_universe; in parse_option_param()