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