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