Home
last modified time | relevance | path

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

/external/ipsec-tools/src/racoon/
Disakmp.c2603 set_isakmp_header(vbuf, iph1, nptype, etype, flags, msgid) in set_isakmp_header() argument
2606 int nptype;
2620 isakmp->np = nptype;
2634 set_isakmp_header1(vbuf, iph1, nptype) in set_isakmp_header1() argument
2637 int nptype;
2639 return set_isakmp_header (vbuf, iph1, nptype, iph1->etype, iph1->flags, iph1->msgid);
2646 set_isakmp_header2(vbuf, iph2, nptype) in set_isakmp_header2() argument
2649 int nptype;
2651 return set_isakmp_header (vbuf, iph2->ph1, nptype, ISAKMP_ETYPE_QUICK, iph2->flags, iph2->msgid);
2658 set_isakmp_payload(buf, src, nptype) in set_isakmp_payload() argument
[all …]
Disakmp_ident.c1774 int nptype; local