| stables.c | 170 struct universe agent_universe; variable in typeref:struct:universe 172 { "circuit-id", "X", &agent_universe, 1, 1 }, 173 { "remote-id", "X", &agent_universe, 2, 1 }, 174 { "agent-id", "I", &agent_universe, 3, 1 }, 175 { "DOCSIS-device-class", "L", &agent_universe, 4, 1 }, 176 { "link-selection", "I", &agent_universe, 5, 1 }, 177 { "relay-port", "Z", &agent_universe, 19, 1 }, 465 agent_universe.name = "agent"; 466 agent_universe.concat_duplicates = 0; 467 agent_universe.option_state_dereference [all...] |