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

/darwin-on-arm/xnu/bsd/netinet/
H A Dip_fw2_compat.c827 ipfw_map_from_cmds_32(struct ip_fw_32 *curr_rule, struct ip_fw_compat_32 *compat_rule) argument
841 compat_rule->fw_prot = cmd->arg1;
845 compat_rule->fw_flg |= IP_FW_F_SME_COMPAT;
847 compat_rule->fw_flg |= IP_FW_F_INVSRC_COMPAT;
856 compat_rule->fw_src = ip->addr;
857 compat_rule->fw_smsk = ip->mask;
859 compat_rule->fw_flg |= IP_FW_F_INVSRC_COMPAT;
870 compat_rule->fw_src.s_addr = cmd32->d[0];
872 compat_rule->fw_flg |= IP_FW_F_INVSRC_COMPAT;
887 compat_rule
1107 ipfw_map_from_cmds_64(struct ip_fw_64 *curr_rule, struct ip_fw_compat_64 *compat_rule) argument
1386 ipfw_map_from_actions_32(struct ip_fw_32 *curr_rule, struct ip_fw_compat_32 *compat_rule) argument
1450 ipfw_map_from_actions_64(struct ip_fw_64 *curr_rule, struct ip_fw_compat_64 *compat_rule) argument
1977 ipfw_convert_to_cmds_32(struct ip_fw *curr_rule, struct ip_fw_compat_32 *compat_rule) argument
2521 ipfw_convert_to_cmds_64(struct ip_fw *curr_rule, struct ip_fw_compat_64 *compat_rule) argument
[all...]

Completed in 7 milliseconds