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

  /src/sys/net/npf/
npf_nat.c 45 * direction. See npf_nat_which() for the description of how the
376 * npf_nat_which: tell which address (source or destination) should be
382 npf_nat_which(const unsigned type, const npf_flow_t flow) function in typeref:typename:unsigned
524 const unsigned which = npf_nat_which(np->n_type, NPF_FLOW_FORW);
587 const unsigned which = npf_nat_which(np->n_type, flow);
623 const unsigned which = npf_nat_which(np->n_type, flow);

Completed in 11 milliseconds