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

  /src/dist/pf/sbin/pfctl/
parse.y 412 %token ICMP6TYPE CODE KEEP MODULATE STATE PORT RDR NAT BINAT ARROW NODF
495 * what that is: pf or nat or binat or rdr
843 " not supported in binat-anchor");
853 " in binat-anchor");
3665 binatrule : no BINAT natpasslog interface af proto FROM host TO ipspec tag
3668 struct pf_rule binat;
3674 "permitted as a binat destination"))
3677 memset(&binat, 0, sizeof(binat));
3684 binat.action = PF_NOBINAT
    [all...]
  /src/usr.sbin/npf/npfctl/
npf_build.c 996 bool binat; local in function:npfctl_build_natseg
1014 binat = (NPF_NATIN | NPF_NATOUT) == type;
1023 flags = !binat ? (NPF_NAT_PORTS | NPF_NAT_PORTMAP) : 0;
1048 if (!binat || am1->fam_mask != am2->fam_mask) {
1055 if (binat && am1->fam_mask != am2->fam_mask) {

Completed in 14 milliseconds