OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:idvl_p
(Results
1 - 4
of
4
) sorted by null
/external/ipsec-tools/src/racoon/
remoteconf.c
184
new->
idvl_p
= genlist_init();
284
new->
idvl_p
= genlist_init();
285
genlist_foreach(rmconf->
idvl_p
, dupidvl, new->
idvl_p
);
309
if (rmconf->
idvl_p
)
310
genlist_free(rmconf->
idvl_p
, idspec_free);
559
genlist_foreach(p->
idvl_p
, &dump_peers_identifiers, NULL);
remoteconf.h
72
struct genlist *
idvl_p
; /* peer's identifiers list */
member in struct:remoteconf
cfparse.y
[
all
...]
ipsec_doi.c
[
all
...]
Completed in 721 milliseconds