OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isakmp_cfg_resize_pool
(Results
1 - 5
of
5
) sorted by null
/external/ipsec-tools/src/racoon/
isakmp_cfg.h
211
int
isakmp_cfg_resize_pool
(int);
main.c
217
if ((error =
isakmp_cfg_resize_pool
(ISAKMP_CFG_MAX_CNX)) != 0)
privsep.c
585
if (
isakmp_cfg_resize_pool
(pool_size) != 0)
629
if (
isakmp_cfg_resize_pool
(pool_size) != 0)
663
if (
isakmp_cfg_resize_pool
(pool_size) != 0)
isakmp_cfg.c
2071
isakmp_cfg_resize_pool
(size)
function
[
all
...]
cfparse.y
853
if (
isakmp_cfg_resize_pool
($2) != 0)
[
all
...]
Completed in 70 milliseconds