OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ISAKMP_CFG_PORT_ALLOCATED
(Results
1 - 2
of
2
) sorted by null
/external/ipsec-tools/src/racoon/
isakmp_cfg.h
178
#define
ISAKMP_CFG_PORT_ALLOCATED
0x04 /* Port allocated */
isakmp_cfg.c
1302
if (state->flags &
ISAKMP_CFG_PORT_ALLOCATED
)
1349
if (iph1->mode_cfg->flags &
ISAKMP_CFG_PORT_ALLOCATED
)
1373
iph1->mode_cfg->flags |=
ISAKMP_CFG_PORT_ALLOCATED
;
1403
iph1->mode_cfg->flags &=
ISAKMP_CFG_PORT_ALLOCATED
;
[
all
...]
Completed in 1070 milliseconds