OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ISAKMP_NPTYPE_P
(Results
1 - 6
of
6
) sorted by null
/external/ipsec-tools/src/racoon/
security.c
90
pbuf = isakmp_parsewoh(
ISAKMP_NPTYPE_P
, (struct isakmp_gen *)bp, len);
96
if (pa->type !=
ISAKMP_NPTYPE_P
) {
isakmp.h
78
#define
ISAKMP_NPTYPE_P
2 /* Proposal */
ipsec_doi.c
1332
pbuf = isakmp_parsewoh(
ISAKMP_NPTYPE_P
, (struct isakmp_gen *)bp, tlen);
1340
if (pa->type !=
ISAKMP_NPTYPE_P
) {
[
all
...]
strnames.c
300
{
ISAKMP_NPTYPE_P
, "prop", NULL },
/external/tcpdump/
isakmp.h
118
#define
ISAKMP_NPTYPE_P
2 /* Proposal */
print-isakmp.c
469
cp = isakmp_sub_print(
ISAKMP_NPTYPE_P
, ext, ep, phase, doi, proto0,
487
printf("%s:", NPSTR(
ISAKMP_NPTYPE_P
));
508
printf(" [|%s]", NPSTR(
ISAKMP_NPTYPE_P
));
[
all
...]
Completed in 3616 milliseconds