Searched refs:DeleteInterface (Results 1 – 6 of 6) sorted by relevance
36 bool DeleteInterface(ppp_interface_id ID) const;37 bool DeleteInterface(const char* name) const;
43 bool (*DeleteInterface)(ppp_interface_id ID); member
125 DeleteInterface(ppp_interface_id ID) in DeleteInterface() function358 DeleteInterface,
302 PPPManager::DeleteInterface(const char* name) const in DeleteInterface() function in PPPManager316 PPPManager::DeleteInterface(ppp_interface_id ID) const in DeleteInterface() function in PPPManager
641 if (!manager.DeleteInterface(name)) { in delete_interface()
321 fManager->DeleteInterface(ID()); in Delete()