OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Wed Mar 04 05:31:52 UTC 2026