Home | History | Annotate | Download | only in racoon

Lines Matching full:natd

1705 	vchar_t *natd[2] = { NULL, NULL };
1750 if ((natd[0] = natt_hash_addr (iph1, iph1->remote)) == NULL) {
1756 if ((natd[1] = natt_hash_addr (iph1, iph1->local)) == NULL) {
1763 plist = isakmp_plist_append(plist, natd[0], iph1->natt_options->payload_nat_d);
1764 plist = isakmp_plist_append(plist, natd[1], iph1->natt_options->payload_nat_d);
1787 if (natd[0])
1788 vfree(natd[0]);
1789 if (natd[1])
1790 vfree(natd[1]);