Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/mDNSResponder/mDNSPosix/
H A DmDNSPosix.c61 struct IfChangeRec struct
66 typedef struct IfChangeRec IfChangeRec; argument
1590 IfChangeRec *pChgRec = (IfChangeRec*) context; in InterfaceChangeCallback()
1617 IfChangeRec *pChgRec; in WatchForInterfaceChange()
1619 pChgRec = (IfChangeRec*) mDNSPlatformMemAllocateClear(sizeof *pChgRec); in WatchForInterfaceChange()