Searched refs:pIfAddr (Results 1 – 1 of 1) sorted by relevance
1048 struct ifaddrmsg *pIfAddr = (struct ifaddrmsg*) NLMSG_DATA(pNLMsg); in PrintNetLinkMsg() local1049 printf("ifaddrmsg family=%d, index=%d, flags=0x%x\n", pIfAddr->ifa_family, in PrintNetLinkMsg()1050 pIfAddr->ifa_index, pIfAddr->ifa_flags); in PrintNetLinkMsg()