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

/xnu-2422.115.4/bsd/netinet6/
H A Dip6_fw.h145 u_char fw_prot; /* IPv6 protocol */ member in struct:ip6_fw
179 u_char fw_prot; /* IPv6 protocol */ member in struct:ip6_fw_32
212 u_char fw_prot; /* IPv6 protocol */ member in struct:ip6_fw_64
H A Dip6_fw.c655 if (f->fw_prot == IPPROTO_IPV6)
659 if (nxt != f->fw_prot)
1076 if ((frwl->fw_prot != IPPROTO_TCP) &&
1077 (frwl->fw_prot != IPPROTO_UDP) &&
1102 (frwl->fw_prot == IPPROTO_UDP || frwl->fw_prot == IPPROTO_TCP)) {
1107 if (frwl->fw_prot == IPPROTO_TCP &&
1119 && !(frwl->fw_prot == IPPROTO_TCP
1186 userrule_64->fw_prot = rule->fw_prot;
[all...]
/xnu-2422.115.4/bsd/netinet/
H A Dip_fw2_compat.h79 u_char fw_prot; /* IP protocol */ member in struct:ip_fw_compat
165 u_char fw_prot; /* IP protocol */ member in struct:ip_fw_compat_32
210 u_char fw_prot; /* IP protocol */ member in struct:ip_fw_compat_64
417 u_char fw_prot; /* IP protocol */ member in struct:ip_old_fw
H A Dip_fw2_compat.c841 compat_rule->fw_prot = cmd->arg1;
1120 compat_rule->fw_prot = cmd->arg1;
1590 rule_vers0->fw_prot = rule_vers1.fw_prot;
1618 rule_vers0->fw_prot = rule_vers1.fw_prot;
1732 if ((frwl->fw_prot != IPPROTO_TCP) &&
1733 (frwl->fw_prot != IPPROTO_UDP) &&
1756 (frwl->fw_prot == IPPROTO_UDP || frwl->fw_prot
[all...]
H A Dip_fw.h119 u_char fw_prot; /* IP protocol */ member in struct:ip_fw

Completed in 78 milliseconds