Searched refs:pChgRec (Results 1 - 1 of 1) sorted by relevance

/external/mdnsresponder/mDNSPosix/
H A DmDNSPosix.c1180 IfChangeRec *pChgRec = (IfChangeRec*) context; local
1189 FD_SET(pChgRec->NotifySD, &readFDs);
1193 changedInterfaces |= ProcessRoutingNotification(pChgRec->NotifySD);
1195 while (0 < select(pChgRec->NotifySD + 1, &readFDs, (fd_set*) NULL, (fd_set*) NULL, &zeroTimeout));
1201 mDNSPlatformPosixRefreshInterfaceList(pChgRec->mDNS);
1208 IfChangeRec *pChgRec; local
1210 pChgRec = (IfChangeRec*) mDNSPlatformMemAllocate(sizeof *pChgRec);
1211 if (pChgRec == NULL)
1214 pChgRec
[all...]

Completed in 94 milliseconds