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

/macosx-10.10.1/xnu-2782.1.97/bsd/netinet6/
H A Dip6_fw.h137 unsigned fw_icmp6types[IPV6_FW_ICMPTYPES_DIM]; /* ICMP types bitmap */ member in struct:ip6_fw
171 unsigned fw_icmp6types[IPV6_FW_ICMPTYPES_DIM]; /* ICMP types bitmap */ member in struct:ip6_fw_32
204 unsigned fw_icmp6types[IPV6_FW_ICMPTYPES_DIM]; /* ICMP types bitmap */ member in struct:ip6_fw_64
H A Dip6_fw.c268 (f->fw_icmp6types[type / (sizeof(unsigned) * 8)] &
1185 bcopy( rule->fw_icmp6types, userrule_64->fw_icmp6types, sizeof(userrule_64->fw_icmp6types));
1214 bcopy( userrule_64->fw_icmp6types, rule->fw_icmp6types, sizeof(userrule_64->fw_icmp6types));
1243 bcopy( rule->fw_icmp6types, userrule_32->fw_icmp6types, sizeof(rule->fw_icmp6types));
[all...]
/macosx-10.10.1/network_cmds-457/ip6fw.tproj/
H A Dip6fw.c429 if (chain->fw_icmp6types[type_index / (sizeof(unsigned) * 8)] &
1122 fill_icmptypes(rule.fw_icmp6types,

Completed in 204 milliseconds