Lines Matching defs:oc
56 struct option_cache *oc;
184 if ((oc = lookup_option (&server_universe, options, SV_ALLOW_BOOTP)) &&
188 &lease->scope, oc, MDL)) {
194 if ((oc = lookup_option(&server_universe,
199 &lease->scope, oc, MDL)) {
232 oc = (struct option_cache *)0;
235 if (option_cache_allocate (&oc, MDL)) {
237 (&oc -> expression,
241 option_code_hash_lookup(&oc->option,
245 options, oc);
247 option_cache_dereference (&oc, MDL);
287 if ((oc = lookup_option (&server_universe,
292 &lease -> scope, oc, MDL))
297 oc = lookup_option (&server_universe, options, SV_NEXT_SERVER);
298 if (oc &&
302 &lease -> scope, oc, MDL)) {
319 oc = lookup_option (&server_universe, options, SV_FILENAME);
320 if (oc &&
324 &lease -> scope, oc, MDL)) {
335 oc = lookup_option (&server_universe, options, SV_SERVER_NAME);
336 if (oc &&
340 &lease -> scope, oc, MDL)) {