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

/macosx-10.10.1/xnu-2782.1.97/bsd/netinet6/
H A Dip6_fw.h136 #define IPV6_FW_ICMPTYPES_DIM (256 / (sizeof(unsigned) * 8)) macro
137 unsigned fw_icmp6types[IPV6_FW_ICMPTYPES_DIM]; /* ICMP types bitmap */
170 #define IPV6_FW_ICMPTYPES_DIM (256 / (sizeof(unsigned) * 8)) macro
171 unsigned fw_icmp6types[IPV6_FW_ICMPTYPES_DIM]; /* ICMP types bitmap */
203 #define IPV6_FW_ICMPTYPES_DIM (256 / (sizeof(unsigned) * 8)) macro
204 unsigned fw_icmp6types[IPV6_FW_ICMPTYPES_DIM]; /* ICMP types bitmap */
H A Dip6_fw.c267 if (type < IPV6_FW_ICMPTYPES_DIM * sizeof(unsigned) * 8 &&
/macosx-10.10.1/network_cmds-457/ip6fw.tproj/
H A Dip6fw.c428 for (type_index = 0; type_index < IPV6_FW_ICMPTYPES_DIM * sizeof(unsigned) * 8; ++type_index)
787 if (icmptype >= IPV6_FW_ICMPTYPES_DIM * sizeof(unsigned) * 8)

Completed in 113 milliseconds