Home | History | Annotate | Download | only in racoon

Lines Matching refs:natd

528 		vchar_t *natd[2] = { NULL, NULL };
531 if ((natd[0] = natt_hash_addr (iph1, iph1->remote)) == NULL) {
537 if ((natd[1] = natt_hash_addr (iph1, iph1->local)) == NULL) {
543 plist = isakmp_plist_append(plist, natd[0], iph1->natt_options->payload_nat_d);
544 plist = isakmp_plist_append(plist, natd[1], iph1->natt_options->payload_nat_d);
1346 vchar_t *natd[2] = { NULL, NULL };
1350 if ((natd[0] = natt_hash_addr(iph1, iph1->remote)) == NULL) {
1357 if ((natd[1] = natt_hash_addr(iph1, iph1->local)) == NULL) {
1365 natd[0], iph1->natt_options->payload_nat_d);
1367 natd[1], iph1->natt_options->payload_nat_d);