HomeSort by: relevance | last modified time | path
    Searched refs:npf_nat_lookup (Results 1 - 4 of 4) sorted by relevancy

  /src/libexec/identd/
npf.c 87 if (npf_nat_lookup(dev, af, addr, port, IPPROTO_TCP, PFIL_OUT) == -1) {
  /src/lib/libnpf/
npf.h 145 int npf_nat_lookup(int, int, npf_addr_t *[2], in_port_t [2], int, int);
npf.c 1455 npf_nat_lookup(int fd, int af, npf_addr_t *addr[2], in_port_t port[2], function in typeref:typename:int
  /src/sys/net/npf/
npf_nat.c 672 * npf_nat_lookup: lookup the (dynamic) NAT state and return its entry,
678 npf_nat_lookup(const npf_cache_t *npc, npf_conn_t *con, function in typeref:typename:npf_nat_t *
736 if (con && (nt = npf_nat_lookup(npc, con, di, &flow)) != NULL) {

Completed in 14 milliseconds