Home
last modified time | relevance | path

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

/external/mdnsresponder/mDNSWindows/
DmDNSWin32.h157 mDNSInterfaceData * inactiveInterfaceList; member
DmDNSWin32.c490 check( !inMDNS->p->inactiveInterfaceList ); in mDNSPlatformClose()
938 for( ifd = inMDNS->p->inactiveInterfaceList; ifd; ifd = ifd->next ) in mDNSPlatformInterfaceIndexfromInterfaceID()
2693 p = &inMDNS->p->inactiveInterfaceList; in TearDownInterfaceList()
2890 inIFD->next = inMDNS->p->inactiveInterfaceList; in TearDownInterface()
2891 inMDNS->p->inactiveInterfaceList = inIFD; in TearDownInterface()