Home | History | Annotate | Download | only in racoon

Lines Matching refs:natd

1657 	vchar_t *natd[2] = { NULL, NULL };
1702 if ((natd[0] = natt_hash_addr (iph1, iph1->remote)) == NULL) {
1708 if ((natd[1] = natt_hash_addr (iph1, iph1->local)) == NULL) {
1715 plist = isakmp_plist_append(plist, natd[0], iph1->natt_options->payload_nat_d);
1716 plist = isakmp_plist_append(plist, natd[1], iph1->natt_options->payload_nat_d);
1739 if (natd[0])
1740 vfree(natd[0]);
1741 if (natd[1])
1742 vfree(natd[1]);