OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:policyhead
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.sbin/ip6addrctl/
ip6addrctl.c
62
TAILQ_HEAD(
policyhead
, policyqueue);
63
static struct
policyhead
policyhead
;
variable in typeref:struct:policyhead
80
TAILQ_INIT(&
policyhead
);
140
TAILQ_INSERT_TAIL(&
policyhead
, new, pc_entry);
155
for (ent = TAILQ_FIRST(&
policyhead
); ent;
246
TAILQ_INSERT_TAIL(&
policyhead
, new, pc_entry);
321
for (ent = TAILQ_FIRST(&
policyhead
); ent;
438
for (ent = TAILQ_FIRST(&
policyhead
); ent;
/src/lib/libc/net/
getaddrinfo.c
132
TAILQ_HEAD(
policyhead
, policyqueue);
256
static void set_source(struct ai_order *, struct
policyhead
*,
265
static int get_addrselectpolicy(struct
policyhead
*);
266
static void free_addrselectpolicy(struct
policyhead
*);
268
struct
policyhead
*);
707
struct
policyhead
policyhead
;
local in function:reorder
724
TAILQ_INIT(&
policyhead
);
725
if (!get_addrselectpolicy(&
policyhead
)) {
735
&
policyhead
);
[
all
...]
Completed in 103 milliseconds
Indexes created Tue Sep 30 07:10:03 GMT 2025