Lines Matching refs:dhcp_universe
1347 if ((req[i]->universe == &dhcp_universe) &&
1358 oc = lookup_option(&dhcp_universe, packet->options,
1589 oc = lookup_option (&dhcp_universe, client -> new -> options,
1633 oc = lookup_option (&dhcp_universe, client -> new -> options,
1660 oc = lookup_option (&dhcp_universe, client -> new -> options,
1818 oc = lookup_option (&dhcp_universe, client -> active -> options,
2184 (op = lookup_option(&dhcp_universe,
2262 if ((req[i]->universe == &dhcp_universe) &&
2263 !lookup_option(&dhcp_universe, packet->options,
2269 dhcp_universe.code_hash,
2390 oc = lookup_option (&dhcp_universe, lease -> options, i);
2399 dhcp_universe.code_hash,
2405 data.data, data.len, &dhcp_universe,
2417 oc = lookup_option (&dhcp_universe, lease -> options,
3366 save_option(&dhcp_universe, *op, sid);
3374 if (!(option_code_hash_lookup(&option, dhcp_universe.code_hash,
3380 save_option(&dhcp_universe, *op, oc);
3389 if (!(option_code_hash_lookup(&option, dhcp_universe.code_hash, &i, 0,
3394 save_option(&dhcp_universe, *op, oc);
3405 if (prl[i]->universe == &dhcp_universe)
3415 if (prl[i]->universe == &dhcp_universe)
3419 dhcp_universe.code_hash,
3427 save_option(&dhcp_universe, *op, oc);
3474 if (!(option_code_hash_lookup(&option, dhcp_universe.code_hash,
3482 save_option (&dhcp_universe, *op, oc);
3571 oc = lookup_option (&dhcp_universe, lease -> options,
3659 oc = lookup_option (&dhcp_universe, lease -> options,
3719 oc = lookup_option (&dhcp_universe, lease -> options,
3855 if (u != &dhcp_universe) {
4441 oc = lookup_option (&dhcp_universe, lease -> options, DHO_SUBNET_MASK);
4466 oc = lookup_option (&dhcp_universe,
4546 if ((req[i]->universe == &dhcp_universe) &&
4698 if (option -> universe != &dhcp_universe) {
4869 oc = lookup_option (&dhcp_universe,
5405 if (((oc = lookup_option(&dhcp_universe,
5625 if ((universe == NULL) || (universe == &dhcp_universe)) {