Lines Matching defs:nflags
1114 int nflags;
1136 nflags = NAT_TCP;
1139 nflags = NAT_UDP;
1142 nflags |= SI_W_SPORT|NAT_SEARCH;
1162 natl = ipf_nat_inlookup(&fi, nflags, proto, fi.fin_src, fi.fin_dst);
1176 nflags &= ~NAT_SEARCH;
1189 ipn->in_flags = nflags & IPN_TCPUDP;
1206 natl = ipf_nat_add(&fi, ipn, NULL, nflags|SI_CLONE|NAT_SLAVE,
1221 (void) ipf_nat_proto(&fi, natl, nflags);
1232 nflags &= NAT_TCPUDP;
1233 nflags |= SI_W_SPORT|SI_CLONE;
1235 if (ipf_state_add(softc, &fi, NULL, nflags) != 0) {