HomeSort by: relevance | last modified time | path
    Searched defs:ti_rule (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/external/bsd/ipf/netinet/
ip_tftp_pxy.c 49 ipnat_t *ti_rule; member in struct:tftpinfo
182 ti->ti_rule = ipn;
258 tftp->ti_rule->in_flags |= IPN_DELETE;
259 ipf_nat_rule_deref(softc, &tftp->ti_rule);
299 udp.uh_dport = ti->ti_rule->in_ndport;
306 fi.fin_dport = ntohs(ti->ti_rule->in_ndport);
349 nat2 = ipf_nat_add(&fi, ti->ti_rule, NULL, nflags, dir);
352 nat2 = ipf_nat6_add(&fi, ti->ti_rule, NULL, nflags, dir);
359 if (ti->ti_rule->in_redir == NAT_MAP) {

Completed in 10 milliseconds