HomeSort by: relevance | last modified time | path
    Searched defs:ocloc (Results 1 - 1 of 1) sorted by relevancy

  /src/external/mpl/dhcp/dist/common/
options.c 2812 struct option_cache **ocloc; local
2841 ocloc = (struct option_cache **)&bptr->car;
2850 ocloc = &(*ocloc)->next;
2851 } while (*ocloc != NULL);
2853 option_cache_dereference(ocloc, MDL);
2856 option_cache_reference(ocloc, oc, MDL);
3841 struct option_cache **ocloc; local
3858 ocloc = (struct option_cache **)&(*tail)->car;
3860 if (oc->option->code == (*ocloc)->option->code)
    [all...]

Completed in 25 milliseconds