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

  /src/usr.bin/sockstat/
sockstat.c 106 bitstr_t *portmap; variable in typeref:typename:bitstr_t *
181 if ((portmap != NULL) && (pf_list == 0)) {
193 if ((portmap != NULL) && (pf_list & PF_LIST_LOCAL))
199 if (portmap == NULL)
207 if (portmap == NULL)
236 if (portmap == NULL) {
237 portmap = bit_alloc(65536);
238 if (portmap == NULL)
243 bit_set(portmap, ntohs(srv->s_port));
255 bit_set(portmap, i)
    [all...]
  /src/usr.sbin/npf/npftest/
npftestl3.conf 6 set portmap.min_port 1024
7 set portmap.max_port 65535
npftest.conf 6 set portmap.min_port 1024
7 set portmap.max_port 65535
  /src/sys/net/npf/
npf_portmap.c 132 "portmap.min_port",
138 "portmap.max_port",
146 npf->portmap = pm;
153 npf_portmap_destroy(npf->portmap);
154 npf->portmap = NULL; // diagnostic
504 * npf_portmap_get: allocate and return a port from the given portmap.
547 * npf_portmap_take: allocate a specific port in the portmap.
564 * npf_portmap_put: release the port, making it available in the portmap.
npf_conf.c 176 npf_portmap_flush(npf->portmap);
npf_nat.c 567 npf_portmap_t *pm = np->n_npfctx->portmap;
878 /* Return taken port to the portmap. */
880 npf_portmap_t *pm = npf->portmap;
973 npf_portmap_t *pm = npf->portmap;
npf_impl.h 241 npf_portmap_t * portmap; member in struct:npf
484 /* Portmap. */
  /src/usr.bin/crunch/examples/
really-big.conf 71 progs iostat iteconfig kvm_mkdb mrouted mtree named portmap pppd
  /src/sys/fs/nfs/nlm/
nlm_prot_impl.c 368 struct portmap mapping;
460 * Try portmap.
506 * If we were able to talk to rpcbind or portmap, but the udp

Completed in 16 milliseconds