HomeSort by relevance Sort by last modified time
    Searched refs:ISAKMP_NPTYPE_T (Results 1 - 6 of 6) sorted by null

  /external/ipsec-tools/src/racoon/
security.c 117 tbuf = isakmp_parsewoh(ISAKMP_NPTYPE_T, (struct isakmp_gen *)bp, len);
122 if (ta->type != ISAKMP_NPTYPE_T) {
isakmp.h 79 #define ISAKMP_NPTYPE_T 3 /* Transform */
ipsec_doi.c 1347 pbuf = isakmp_parsewoh(ISAKMP_NPTYPE_T, (struct isakmp_gen *)bp, tlen);
1360 if (pa->type != ISAKMP_NPTYPE_T) {
    [all...]
strnames.c 303 { ISAKMP_NPTYPE_T, "trns", NULL },
  /external/tcpdump/
isakmp.h 119 #define ISAKMP_NPTYPE_T 3 /* Transform */
print-isakmp.c 503 cp = isakmp_sub_print(ISAKMP_NPTYPE_T, ext, ep, phase, doi0,
581 printf("%s:", NPSTR(ISAKMP_NPTYPE_T));
632 printf(" [|%s]", NPSTR(ISAKMP_NPTYPE_T));
    [all...]

Completed in 27 milliseconds