Home
last modified time | relevance | path

Searched refs:nptype (Results 1 – 2 of 2) sorted by relevance

/external/ipsec-tools/src/racoon/
Disakmp.c2596 set_isakmp_header(vbuf, iph1, nptype, etype, flags, msgid) in set_isakmp_header() argument
2599 int nptype;
2613 isakmp->np = nptype;
2627 set_isakmp_header1(vbuf, iph1, nptype) in set_isakmp_header1() argument
2630 int nptype;
2632 return set_isakmp_header (vbuf, iph1, nptype, iph1->etype, iph1->flags, iph1->msgid);
2639 set_isakmp_header2(vbuf, iph2, nptype) in set_isakmp_header2() argument
2642 int nptype;
2644 return set_isakmp_header (vbuf, iph2->ph1, nptype, ISAKMP_ETYPE_QUICK, iph2->flags, iph2->msgid);
2651 set_isakmp_payload(buf, src, nptype) in set_isakmp_payload() argument
[all …]
Disakmp_ident.c1774 int nptype; local