Searched refs:SetInterfaceFlags (Results 1 – 1 of 1) sorted by relevance
40 int SetInterfaceFlags(const unsigned set, const unsigned clr);57 SetInterfaceFlags(0, IFF_UP); in PreRecovery()64 if (SetInterfaceFlags(IFF_UP, 0) < 0) { in PreFastboot()72 int EthernetDevice::SetInterfaceFlags(const unsigned set, const unsigned clr) { in SetInterfaceFlags() function in EthernetDevice