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.y5010 struct pfctl_rule binat; variable
5019 memset(&binat, 0, sizeof(binat));
5026 binat.action = PF_NOBINAT;
5028 binat.action = PF_BINAT;
5029 binat.natpass = $3.b1;
5030 binat.log = $3.b2;
5031 binat.logif = $3.w2;
5032 binat.af = $5;
5033 if (!binat.af && $8 != NULL && $8->af)
5034 binat.af = $8->af;
[all …]
/freebsd/contrib/libpcap/
H A Dgrammar.y.in315 { PF_BINAT, "binat" },