Lines Matching defs:pChgRec
1232 IfChangeRec *pChgRec = (IfChangeRec*) context;
1241 FD_SET(pChgRec->NotifySD, &readFDs);
1245 changedInterfaces |= ProcessRoutingNotification(pChgRec->NotifySD);
1247 while (0 < select(pChgRec->NotifySD + 1, &readFDs, (fd_set*) NULL, (fd_set*) NULL, &zeroTimeout));
1253 mDNSPlatformPosixRefreshInterfaceList(pChgRec->mDNS);
1260 IfChangeRec *pChgRec;
1262 pChgRec = (IfChangeRec*) mDNSPlatformMemAllocate(sizeof *pChgRec);
1263 if (pChgRec == NULL)
1266 pChgRec->mDNS = m;
1267 err = OpenIfNotifySocket(&pChgRec->NotifySD);
1269 err = mDNSPosixAddFDToEventLoop(pChgRec->NotifySD, InterfaceChangeCallback, pChgRec);