OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ISAKMP_NPTYPE_D
(Results
1 - 5
of
5
) sorted by null
/external/tcpdump/
isakmp.h
128
#define
ISAKMP_NPTYPE_D
12 /* Delete */
print-isakmp.c
1125
printf("%s:", NPSTR(
ISAKMP_NPTYPE_D
));
1152
printf(" [|%s]", NPSTR(
ISAKMP_NPTYPE_D
));
[
all
...]
/external/ipsec-tools/src/racoon/
isakmp.h
88
#define
ISAKMP_NPTYPE_D
12 /* Delete */
isakmp_inf.c
297
case
ISAKMP_NPTYPE_D
:
611
ISAKMP_NPTYPE_D
, 0);
682
ISAKMP_NPTYPE_D
, 0);
[
all
...]
strnames.c
310
{
ISAKMP_NPTYPE_D
, "delete", NULL },
Completed in 183 milliseconds