Home
last modified time | relevance | path

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

/external/mdnsresponder/mDNSPosix/
DmDNSPosix.c1235 IfChangeRec *pChgRec = (IfChangeRec*) context; in InterfaceChangeCallback() local
1244 FD_SET(pChgRec->NotifySD, &readFDs); in InterfaceChangeCallback()
1248 changedInterfaces |= ProcessRoutingNotification(pChgRec->NotifySD); in InterfaceChangeCallback()
1250 while (0 < select(pChgRec->NotifySD + 1, &readFDs, (fd_set*) NULL, (fd_set*) NULL, &zeroTimeout)); in InterfaceChangeCallback()
1256 mDNSPlatformPosixRefreshInterfaceList(pChgRec->mDNS); in InterfaceChangeCallback()
1263 IfChangeRec *pChgRec; in WatchForInterfaceChange() local
1265 pChgRec = (IfChangeRec*) mDNSPlatformMemAllocate(sizeof *pChgRec); in WatchForInterfaceChange()
1266 if (pChgRec == NULL) in WatchForInterfaceChange()
1269 pChgRec->mDNS = m; in WatchForInterfaceChange()
1270 err = OpenIfNotifySocket(&pChgRec->NotifySD); in WatchForInterfaceChange()
[all …]