Searched refs:onNetifStatusChanged (Results 1 – 4 of 4) sorted by relevance
89 if (g_physicalSubnets[i]->onNetifStatusChanged != NULL) { in DoRegistSubnet()90 g_physicalSubnets[i]->onNetifStatusChanged(g_physicalSubnets[i], NULL); in DoRegistSubnet()145 if (g_physicalSubnets[i]->onNetifStatusChanged != NULL) { in DoNotifyStatusChange()146 g_physicalSubnets[i]->onNetifStatusChanged(g_physicalSubnets[i], status); in DoNotifyStatusChange()
228 subnet->onNetifStatusChanged = OnBtNetifStatusChanged; in CreateBtSubnetManager()
574 subnet->onNetifStatusChanged = OnIpNetifStatusChanged; in CreateIpSubnetManager()
42 void (*onNetifStatusChanged)(struct LnnPhysicalSubnet *, void *status); member