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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_fw2_compat.h65 unsigned fw_icmptypes[IP_FW_ICMPTYPES_DIM_COMPAT]; /* ICMP types bitmap */ member in union:ip_fw_compat::__anon313
282 unsigned fw_icmptypes[IP_OLD_FW_ICMPTYPES_DIM]; /* ICMP types bitmap */ member in union:ip_old_fw::__anon316
H A Dip_fw.h105 unsigned fw_icmptypes[IP_FW_ICMPTYPES_DIM]; /* ICMP types bitmap */ member in union:ip_fw::__anon309
H A Dip_fw2_compat.c289 if (vers1_rule->fw_uar_compat.fw_icmptypes[type_index / (sizeof(unsigned) * 8)] &
1191 compat_rule->fw_uar_compat.fw_icmptypes[type / (sizeof(unsigned) * 8)] |=
1972 cmd32->d[0] |= compat_rule->fw_uar_compat.fw_icmptypes[i];

Completed in 36 milliseconds