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

/freebsd-10.0-release/sbin/dhclient/
H A Dtables.c66 struct universe dhcp_universe; variable in typeref:struct:universe
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,
[all...]
H A Ddhcpd.h333 extern struct universe dhcp_universe;
H A Dclparse.c732 universe = &dhcp_universe;

Completed in 134 milliseconds