Home
last modified time | relevance | path

Searched refs:ti_rule (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_tftp_pxy.c47 ipnat_t *ti_rule; member
195 ti->ti_rule = ipn;
273 tftp->ti_rule->in_flags |= IPN_DELETE;
274 ipf_nat_rule_deref(softc, &tftp->ti_rule);
317 udp.uh_dport = ti->ti_rule->in_ndport;
324 fi.fin_dport = ntohs(ti->ti_rule->in_ndport);
368 nat2 = ipf_nat6_add(&fi, ti->ti_rule, NULL, nflags, dir);
371 nat2 = ipf_nat_add(&fi, ti->ti_rule, NULL, nflags, dir);
377 if (ti->ti_rule->in_redir == NAT_MAP) {