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

  /src/usr.sbin/npf/npftest/libnpftest/
npf_nat_test.c 17 #define NPF_BINAT (NPF_NATIN | NPF_NATOUT)
41 NPF_NATOUT, IFNAME_EXT, PFIL_OUT,
46 NPF_NATOUT, IFNAME_EXT, PFIL_OUT,
51 NPF_NATOUT, IFNAME_EXT, PFIL_IN,
56 NPF_NATOUT, IFNAME_EXT, PFIL_IN,
61 NPF_NATOUT, IFNAME_INT, PFIL_IN,
66 NPF_NATOUT, IFNAME_EXT, PFIL_IN,
  /src/sys/net/npf/
npf_nat.c 43 * There are two types of translation: outbound (NPF_NATOUT) and
196 if (((np->n_type == NPF_NATIN) ^ (np->n_type == NPF_NATOUT)) == 0) {
390 KASSERT(type == NPF_NATIN || type == NPF_NATOUT);
401 which = (type == NPF_NATOUT) ? flow : !flow;
535 if (np->n_type == NPF_NATOUT) {
557 nt->nt_oport = (np->n_type == NPF_NATOUT) ?
561 nt->nt_oport = (np->n_type == NPF_NATOUT) ?
698 CTASSERT(NPF_NATIN == PFIL_IN && NPF_NATOUT == PFIL_OUT);
npf.h 256 #define NPF_NATOUT 2
npf_conn.c 565 [NPF_NATOUT] = NPF_DST,
579 KASSERT(ntype == NPF_NATOUT || ntype == NPF_NATIN);
  /src/usr.sbin/npf/npfctl/
npf_build.c 1006 if ((type & NPF_NATOUT) != 0 && ap2->ap_netaddr == NULL) {
1014 binat = (NPF_NATIN | NPF_NATOUT) == type;
1027 if (type & NPF_NATOUT) {
1041 if (type & NPF_NATOUT) {
1099 if (type & NPF_NATOUT) {
1103 nt2 = npfctl_build_nat(NPF_NATOUT, ifname,
npf_parse.y 430 : ARROWBOTH { $$ = NPF_NATIN | NPF_NATOUT; }
432 | ARROWRIGHT { $$ = NPF_NATOUT; }
npf_show.c 748 case NPF_NATOUT:
  /src/dist/pf/usr.sbin/ftp-proxy/
npf.c 289 nt = npf_nat_create(NPF_NATOUT, NPF_NAT_PORTS | NPF_NAT_PORTMAP, NULL);
  /src/lib/libnpf/
npf.c 1011 (type == NPF_NATOUT ? NPF_RULE_OUT : NPF_RULE_IN);

Completed in 49 milliseconds