D | isakmp.c | 2603 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 …]
|