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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dip6_fw.h146 u_char fw_prot; /* IPv6 protocol */ member in struct:ip6_fw
H A Dip6_fw.c648 if (f->fw_prot == IPPROTO_IPV6)
652 if (nxt != f->fw_prot)
1071 if ((frwl->fw_prot != IPPROTO_TCP) &&
1072 (frwl->fw_prot != IPPROTO_UDP) &&
1097 (frwl->fw_prot == IPPROTO_UDP || frwl->fw_prot == IPPROTO_TCP)) {
1102 if (frwl->fw_prot == IPPROTO_TCP &&
1114 && !(frwl->fw_prot == IPPROTO_TCP
1395 default_rule.fw_prot = IPPROTO_IPV6;
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_fw2_compat.c360 printf("fw_prot: %d\n", vers1_rule->fw_prot);
937 compat_rule->fw_prot = cmd->arg1;
1319 rule_vers0->fw_prot = rule_vers1.fw_prot;
1429 if ((frwl->fw_prot != IPPROTO_TCP) &&
1430 (frwl->fw_prot != IPPROTO_UDP) &&
1453 (frwl->fw_prot == IPPROTO_UDP || frwl->fw_prot == IPPROTO_TCP)) {
1460 if (frwl->fw_prot
[all...]
H A Dip_fw2_compat.h80 u_char fw_prot; /* IP protocol */ member in struct:ip_fw_compat
295 u_char fw_prot; /* IP protocol */ member in struct:ip_old_fw
H A Dip_fw.h120 u_char fw_prot; /* IP protocol */ member in struct:ip_fw

Completed in 422 milliseconds