Home
last modified time | relevance | path

Searched refs:binat (Results 1 – 6 of 6) sorted by relevance

/freebsd/sbin/pfctl/tests/files/
H A Dpf1001.in1 binat on em0 inet6 from fc00::/64 to any -> fc00:0:0:1::/64
2 binat on em0 inet6 from any to fc00:0:0:1::/64 -> fc00::/64
H A Dpf1001.ok1 binat on em0 inet6 from fc00::/64 to any -> fc00:0:0:1::/64
2 binat on em0 inet6 from any to fc00:0:0:1::/64 -> fc00::/64
H A Dpf0072.in1 # test binat tagging
2 match on lo0 from 192.168.1.1 to any tag regress binat-to 10.0.0.1
H A Dpf0016.in4 match on lo0 from 192.168.1.1 to any binat-to 10.0.0.1
/freebsd/sbin/pfctl/
H A Dparse.y257 bool binat; member
3445 filter_opts.nat->binat = 1;
5352 struct pfctl_rule binat; variable
5361 pfctl_init_rule(&binat);
5368 binat.action = PF_NOBINAT;
5370 binat.action = PF_BINAT;
5371 binat.natpass = $3.b1;
5372 binat.log = $3.b2;
5373 binat.logif = $3.w2;
5374 binat.af = $5;
[all …]
/freebsd/contrib/libpcap/
H A Dgrammar.y.in315 { PF_BINAT, "binat" },