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

/xnu-2422.115.4/bsd/netinet/
H A Dip_fw2_compat.h49 struct ip_fw_compat { struct
111 struct ip_fw_compat *rule;
H A Dip_fw2.c3674 struct ip_fw_compat *buf2;
3805 struct ip_fw_compat rule_vers1;
3807 sopt->sopt_valsize = sizeof(struct ip_fw_compat);
3809 error = sooptcopyout(sopt, &rule_vers1, sizeof(struct ip_fw_compat));
H A Dip_fw2_compat.c3186 ipfw_version_zero_to_one(struct ip_old_fw *rule_vers0, struct ip_fw_compat *rule_vers1)
3188 bzero(rule_vers1, sizeof(struct ip_fw_compat));

Completed in 80 milliseconds