Lines Matching defs:noc
1196 struct option_cache *noc = NULL;
1209 if (option_cache_allocate(&noc, MDL)) {
1211 data_string_copy(&noc->data, &oc->data, MDL);
1213 expression_reference(&noc->expression,
1216 option_reference(&(noc->option), oc->option,
1219 save_option(&dhcp_universe, options, noc);
1220 option_cache_dereference(&noc, MDL);
3309 struct option_cache *noc = (struct option_cache *)0;
3310 if (option_cache_allocate (&noc, MDL)) {
3312 data_string_copy (&noc -> data,
3315 expression_reference (&noc -> expression,
3318 option_reference(&(noc->option), oc->option,
3321 save_option (&dhcp_universe, state -> options, noc);
3322 option_cache_dereference (&noc, MDL);