| tables.c | 102 struct universe dhcp_universe; variable in typeref:struct:universe 104 { "subnet-mask", "I", &dhcp_universe, 1, 1 }, 105 { "time-offset", "l", &dhcp_universe, 2, 1 }, 106 { "routers", "IA", &dhcp_universe, 3, 1 }, 107 { "time-servers", "IA", &dhcp_universe, 4, 1 }, 108 { "ien116-name-servers", "IA", &dhcp_universe, 5, 1 }, 109 { "domain-name-servers", "IA", &dhcp_universe, 6, 1 }, 110 { "log-servers", "IA", &dhcp_universe, 7, 1 }, 111 { "cookie-servers", "IA", &dhcp_universe, 8, 1 }, 112 { "lpr-servers", "IA", &dhcp_universe, 9, 1 } [all...] |