Home
last modified time | relevance | path

Searched refs:aNetlinkMessage (Results 1 – 1 of 1) sorted by relevance

/openthread-latest/src/posix/platform/
Dnetif.cpp1304 static void processNetifAddrEvent(otInstance *aInstance, struct nlmsghdr *aNetlinkMessage) in processNetifAddrEvent() argument
1306 struct ifaddrmsg *ifaddr = reinterpret_cast<struct ifaddrmsg *>(NLMSG_DATA(aNetlinkMessage)); in processNetifAddrEvent()
1313 rtaLength = IFA_PAYLOAD(aNetlinkMessage); in processNetifAddrEvent()
1343 if (aNetlinkMessage->nlmsg_type == RTM_NEWADDR) in processNetifAddrEvent()
1373 else if (aNetlinkMessage->nlmsg_type == RTM_DELADDR) in processNetifAddrEvent()
1413 static void processNetifLinkEvent(otInstance *aInstance, struct nlmsghdr *aNetlinkMessage) in processNetifLinkEvent() argument
1415 struct ifinfomsg *ifinfo = reinterpret_cast<struct ifinfomsg *>(NLMSG_DATA(aNetlinkMessage)); in processNetifLinkEvent()