HomeSort by: relevance | last modified time | path
    Searched refs:natt_options (Results 1 - 10 of 10) sorted by relevancy

  /src/crypto/dist/ipsec-tools/src/racoon/
nattraversal.c 297 if (!iph1->natt_options->float_port) {
303 set_port(iph1->local, iph1->natt_options->float_port);
304 set_port(iph1->remote, iph1->natt_options->float_port);
333 if (!iph1->natt_options)
334 iph1->natt_options = racoon_calloc(1, sizeof(*iph1->natt_options));
336 if (!iph1->natt_options) {
338 "Allocating memory for natt_options failed!\n");
342 if (iph1->natt_options->version < vid_numeric)
343 if (natt_fill_options(iph1->natt_options, vid_numeric) == 0
    [all...]
isakmp_agg.c 422 if (NATT_AVAILABLE(iph1) && iph1->natt_options != NULL &&
423 pa->type == iph1->natt_options->payload_nat_d) {
486 vid_string_by_id(iph1->natt_options->version));
703 natd[0], iph1->natt_options->payload_nat_d);
705 natd[1], iph1->natt_options->payload_nat_d);
854 vid_string_by_id(iph1->natt_options->version));
988 vid_natt = set_vendorid(iph1->natt_options->version);
1196 plist = isakmp_plist_append(plist, natd[0], iph1->natt_options->payload_nat_d);
1197 plist = isakmp_plist_append(plist, natd[1], iph1->natt_options->payload_nat_d);
1330 if (NATT_AVAILABLE(iph1) && iph1->natt_options != NULL &
    [all...]
isakmp_base.c 365 vid_string_by_id(iph1->natt_options->version));
532 plist = isakmp_plist_append(plist, natd[0], iph1->natt_options->payload_nat_d);
533 plist = isakmp_plist_append(plist, natd[1], iph1->natt_options->payload_nat_d);
621 if (NATT_AVAILABLE(iph1) && iph1->natt_options &&
622 pa->type == iph1->natt_options->payload_nat_d) {
849 vid_string_by_id(iph1->natt_options->version));
934 vid_natt = set_vendorid(iph1->natt_options->version);
1096 if (pa->type == iph1->natt_options->payload_nat_d)
1331 natd[0], iph1->natt_options->payload_nat_d);
1333 natd[1], iph1->natt_options->payload_nat_d)
    [all...]
proposal.c 439 s_ipsecdoi_encmode(pr2->encmode - ph1->natt_options->mode_udp_diff));
440 pr2->encmode -= ph1->natt_options->mode_udp_diff;
450 s_ipsecdoi_encmode(pr1->encmode - ph1->natt_options->mode_udp_diff),
451 pr1->encmode - ph1->natt_options->mode_udp_diff);
452 pr1->encmode -= ph1->natt_options->mode_udp_diff;
1035 encmodesv += iph2->ph1->natt_options->mode_udp_diff;
1069 iph2->ph1->natt_options->mode_udp_diff;
isakmp_ident.c 315 vid_string_by_id(iph1->natt_options->version));
473 if (NATT_AVAILABLE(iph1) && iph1->natt_options != NULL &&
474 pa->type == iph1->natt_options->payload_nat_d) {
907 vid_string_by_id(iph1->natt_options->version));
1009 vid_natt = set_vendorid(iph1->natt_options->version);
1149 if (NATT_AVAILABLE(iph1) && iph1->natt_options != NULL &&
1150 pa->type == iph1->natt_options->payload_nat_d)
1668 plist = isakmp_plist_append(plist, natd[0], iph1->natt_options->payload_nat_d);
1669 plist = isakmp_plist_append(plist, natd[1], iph1->natt_options->payload_nat_d);
handler.h 139 struct ph1natt_options *natt_options; /* Selected NAT-T IKE version */ member in struct:ph1handle
handler.c 381 if (iph1->natt_options) {
382 racoon_free(iph1->natt_options);
383 iph1->natt_options = NULL;
isakmp_quick.c 276 natoa = iph2->ph1->natt_options->payload_nat_oa;
1520 natoa = iph2->ph1->natt_options->payload_nat_oa;
pfkey.c 936 natt_type = iph2->ph1->natt_options->encaps_type;
1169 sa_args.l_natt_type = iph2->ph1->natt_options->encaps_type;
ipsec_doi.c 3088 int udp_diff = iph2->ph1->natt_options->mode_udp_diff;

Completed in 38 milliseconds