Searched defs:IFF_UP (Results 1 - 5 of 5) sorted by relevance

/system/connectivity/shill/
H A Dvirtual_device.cc62 rtnl_handler()->SetInterfaceFlags(interface_index(), IFF_UP, IFF_UP); local
H A Ddevice.cc1886 rtnl_handler_->SetInterfaceFlags(interface_index(), 0, IFF_UP); local
/system/connectivity/shill/ethernet/
H A Dethernet.cc123 rtnl_handler()->SetInterfaceFlags(interface_index(), IFF_UP, IFF_UP); local
/system/connectivity/shill/cellular/
H A Dcellular.cc843 (flags & IFF_UP) != 0) {
844 LinkEvent(flags, IFF_UP);
848 rtnl_handler()->SetInterfaceFlags(interface_index(), IFF_UP, IFF_UP); local
861 if ((flags & IFF_UP) != 0 && state_ == kStateConnected) {
888 if ((flags & IFF_UP) == 0 && state_ == kStateLinked) {
/system/connectivity/shill/wifi/
H A Dwifi.cc2324 RTNLHandler::GetInstance()->SetInterfaceFlags(interface_index(), IFF_UP, local
2325 IFF_UP); local

Completed in 3020 milliseconds