Home
last modified time | relevance | path

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

/external/ipsec-tools/src/racoon/
Disakmp.c2648 set_isakmp_header(vbuf, iph1, nptype, etype, flags, msgid) in set_isakmp_header() argument
2651 int nptype;
2665 isakmp->np = nptype;
2679 set_isakmp_header1(vbuf, iph1, nptype) in set_isakmp_header1() argument
2682 int nptype;
2684 return set_isakmp_header (vbuf, iph1, nptype, iph1->etype, iph1->flags, iph1->msgid);
2691 set_isakmp_header2(vbuf, iph2, nptype) in set_isakmp_header2() argument
2694 int nptype;
2696 return set_isakmp_header (vbuf, iph2->ph1, nptype, ISAKMP_ETYPE_QUICK, iph2->flags, iph2->msgid);
2703 set_isakmp_payload(buf, src, nptype) in set_isakmp_payload() argument
[all …]
Disakmp_ident.c1748 int nptype; local