Lines Matching defs:isv6
79 #define IP_SRC_MULTIHOMING(isv6, ipst) \
80 (isv6 ? ipst->ips_ipv6_strict_src_multihoming : \
993 boolean_t isv6 = !IN6_IS_ADDR_V4MAPPED(v6src);
996 if (isv6) {
1076 boolean_t isv6 = !(ixa->ixa_flags & IXAF_IS_IPV4);
1077 int src_multihoming = IP_SRC_MULTIHOMING(isv6, ipst);
1099 if (isv6 ? IN6_IS_ADDR_MULTICAST(v6dst) : CLASSD(v4dst)) {
1103 isv6, ipst);
1108 isv6, ipst);
1116 isv6, ipst);
1132 } else if (!isv6) {
1151 ire = ire_reject(ipst, isv6);
1159 ire = ire_reject(ipst, isv6);
1173 ire = ire_reject(ipst, isv6);
1194 isv6, ipst);
1198 isv6, ipst);
1208 ire = ire_reject(ipst, isv6);
1233 ire = ire_reject(ipst, isv6);
1248 ire = ire_reject(ipst, isv6);
1274 if (!isv6) {