HomeSort by: relevance | last modified time | path
    Searched refs:agent_universe (Results 1 - 5 of 5) sorted by relevancy

  /src/external/mpl/dhcp/dist/server/
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...]
dhcp.c 177 (packet->options->universe_count <= agent_universe.index ||
178 packet->options->universes[agent_universe.index] == NULL))
232 [agent_universe.index]),
235 if (packet->options->universe_count <= agent_universe.index)
237 agent_universe.index + 1;
1081 if (lookup_option(&agent_universe,
1187 if ((oc = lookup_option(&agent_universe, packet->options,
1869 if (packet->options->universe_count > agent_universe.index &&
1870 packet->options->universes [agent_universe.index]) {
1873 &(options -> universes [agent_universe.index])
    [all...]
dhcpleasequery.c 540 int idx = agent_universe.index;
confpars.c 3521 &agent_universe) {
  /src/external/mpl/dhcp/dist/includes/
dhcpd.h 2942 extern struct universe agent_universe;

Completed in 34 milliseconds