Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/mDNSResponder/mDNSPosix/
H A DmDNSPosix.c73 static PosixNetworkInterface *gRecentInterfaces; variable
885 intf = gRecentInterfaces; in mDNSPlatformInterfaceIndexfromInterfaceID()
914 intf->coreIntf.next = &gRecentInterfaces->coreIntf; in FreePosixNetworkInterface()
915 gRecentInterfaces = intf; in FreePosixNetworkInterface()
1385 PosixNetworkInterface **ri = &gRecentInterfaces; in SetupInterfaceList()