Lines Matching defs:isv6
448 boolean_t isv6;
505 isv6 = (ia.ia_request->message_type & DHCP_V6) != 0;
508 dsmp = primary_smach(isv6);
510 dsmp = lookup_smach(ifname, isv6);
528 dsmp = info_primary_smach(isv6);
540 lif = attach_lif(ifname, isv6, &error);
752 (void) script_start(dsmp, isv6 ? EVENT_DROP6 : EVENT_DROP,
792 if (isv6) {
802 if (isv6) {
849 if (isv6) {
913 if (isv6) {
965 (void) script_start(dsmp, isv6 ? EVENT_RELEASE6 :
1073 check_rtm_addr(const struct ifa_msghdr *ifam, int msglen, boolean_t isv6,
1107 if (isv6) {
1185 boolean_t isv6, dad_wait, unplumb;
1189 isv6 = lif->lif_pif->pif_isv6;
1190 fd = isv6 ? v6_sock_fd : v4_sock_fd;
1211 if (!isv6)
1219 } else if (!check_rtm_addr(ifam, msglen, isv6, &lif->lif_v6addr)) {
1312 boolean_t isv6;
1329 isv6 = pif->pif_isv6;
1330 fd = isv6 ? v6_sock_fd : v4_sock_fd;
1371 boolean_t isv6;
1379 isv6 = (msg.ifm.ifm_flags & IFF_IPV6) ? B_TRUE : B_FALSE;
1383 isv6 = is_rtm_v6(&msg.ifam, msglen);
1388 for (dsmp = lookup_smach_by_uindex(ifindex, NULL, isv6);
1399 dsmnext = lookup_smach_by_uindex(ifindex, dsmp, isv6);
1446 if ((isv6 && !check_main_lif(dsmp, &msg.ifam, msglen)) ||
1447 (!isv6 && !verify_lif(dsmp->dsm_lif))) {