Lines Matching defs:natl
457 nat_t *natl;
585 natl = NULL;
668 natl = ipf_nat6_inlookup(fin, flags & ~(SI_WILDP|NAT_SEARCH),
678 if ((natl != NULL) &&
686 } while (natl != NULL);
736 nat_t *natl;
881 natl = ipf_nat6_outlookup(fin, flags & ~(SI_WILDP|NAT_SEARCH),
886 if (natl != NULL) {
944 nat_t *nat, *natl;
1033 natl = ipf_nat6_outlookup(fin, nflags, (u_int)fin->fin_p,
1036 if (natl != NULL) {
1038 nat = natl;
1047 natl = ipf_nat6_inlookup(fin, nflags, (u_int)fin->fin_p,
1050 if (natl != NULL) {
1052 nat = natl;
3371 nat_t *natl;
3375 natl = NULL;
3436 (changed == -1) && (natl != NULL)) {
3476 (natl != NULL)) {
3526 natl = ipf_nat6_inlookup(&frnat,
3533 natl = ipf_nat6_outlookup(&frnat,
3545 /* TRACE natl, in_stepnext, l */
3547 if ((natl != NULL) && (l > 8)) /* XXX 8 is arbitrary */
3554 } while (natl != NULL);
3595 nat_t *natl;
3620 natl = ipf_nat6_inlookup(&frnat, 0, p, &frnat.fin_dst6.in6,
3624 natl = ipf_nat6_outlookup(&frnat, 0, p, &frnat.fin_dst6.in6,
3628 if (natl != NULL) {