Searched refs:dhcp_universe (Results 1 – 3 of 3) sorted by relevance
/freebsd/sbin/dhclient/ |
H A D | tables.c | 66 struct universe dhcp_universe; variable 68 { "pad", "", &dhcp_universe, 0 }, 69 { "subnet-mask", "I", &dhcp_universe, 1 }, 70 { "time-offset", "l", &dhcp_universe, 2 }, 71 { "routers", "IA", &dhcp_universe, 3 }, 72 { "time-servers", "IA", &dhcp_universe, 4 }, 73 { "ien116-name-servers", "IA", &dhcp_universe, 5 }, 74 { "domain-name-servers", "IA", &dhcp_universe, 6 }, 75 { "log-servers", "IA", &dhcp_universe, 7 }, 76 { "cookie-servers", "IA", &dhcp_universe, 8 }, [all …]
|
H A D | dhcpd.h | 341 extern struct universe dhcp_universe;
|
H A D | clparse.c | 741 universe = &dhcp_universe; in parse_option_decl()
|