Home
last modified time | relevance | path

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

/external/mdnsresponder/mDNSPosix/
DmDNSPosix.c1041 struct ifinfomsg *pIfInfo = (struct ifinfomsg*) NLMSG_DATA(pNLMsg); in PrintNetLinkMsg() local
1042 printf("ifinfomsg family=%d, type=%d, index=%d, flags=0x%x, change=0x%x\n", pIfInfo->ifi_family, in PrintNetLinkMsg()
1043 pIfInfo->ifi_type, pIfInfo->ifi_index, pIfInfo->ifi_flags, pIfInfo->ifi_change); in PrintNetLinkMsg()