Searched refs:IPV6_FW_F_OIFNAME (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/bsd/netinet6/
H A Dip6_fw.h270 #define IPV6_FW_F_OIFNAME 0x0800 /* Out interface by name/unit (not IP) */ macro
H A Dip6_fw.c632 &f->fw_in_if, f->fw_flg & IPV6_FW_F_OIFNAME))
643 &f->fw_out_if, f->fw_flg & IPV6_FW_F_OIFNAME)))
1047 || ((frwl->fw_flg & IPV6_FW_F_OIFNAME)
/macosx-10.10.1/network_cmds-457/ip6fw.tproj/
H A Dip6fw.c370 chain->fw_flg & IPV6_FW_F_OIFNAME);
1052 rule.fw_flg |= IPV6_FW_F_OIFNAME;
1082 (IPV6_FW_F_IIFNAME | IPV6_FW_F_OIFNAME);

Completed in 119 milliseconds