OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:idvl_p
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/dist/ipsec-tools/src/racoon/
remoteconf.c
105
if (!genlist_next(rmconf->
idvl_p
, 0))
108
for (id = genlist_next(rmconf->
idvl_p
, &gpb); id; id = genlist_next(0, &gpb)) {
492
new->
idvl_p
= genlist_init();
609
if (new->
idvl_p
== rmconf->
idvl_p
) {
610
new->
idvl_p
= genlist_init();
611
genlist_foreach(rmconf->
idvl_p
, dupidvl, new->
idvl_p
);
721
if (rmconf->
idvl_p
)
722
genlist_free(rmconf->
idvl_p
, idspec_free)
[
all
...]
remoteconf.h
101
struct genlist *
idvl_p
; /* peer's identifiers list */
member in struct:remoteconf
cfparse.y
2179
genlist_append (cur_rmconf->
idvl_p
, idspec);
2201
genlist_append (cur_rmconf->
idvl_p
, idspec);
Completed in 25 milliseconds
Indexes created Fri Jun 19 00:25:02 UTC 2026