Searched refs:ifmam (Results 1 – 1 of 1) sorted by relevance
1168 struct ifma_msghdr *ifmam; in processNetifAddrEvent() local1193 ifmam = reinterpret_cast<struct ifma_msghdr *>(rtm); in processNetifAddrEvent()1195 VerifyOrExit(ifmam->ifmam_index == static_cast<unsigned int>(gNetifIndex)); in processNetifAddrEvent()1197 addrbuf = (uint8_t *)&ifmam[1]; in processNetifAddrEvent()1198 addrmask = (unsigned int)ifmam->ifmam_addrs; in processNetifAddrEvent()