Home
last modified time | relevance | path

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

/haiku/src/bin/network/ppp_up/
H A DConnectionView.cpp240 if(interface.GetInterfaceInfo(&info) && info.info.phase < PPP_ESTABLISHMENT_PHASE) in Cancel()
262 if(!interface.GetInterfaceInfo(&info)) in AttemptString()
369 if(!interface.GetInterfaceInfo(&info)) { in WatchInterface()
H A DPPPStatusView.cpp105 fInterface.GetInterfaceInfo(&info); in PPPStatusView()
/haiku/src/add-ons/kernel/network/ppp/shared/libppp/headers/
H A DPPPInterface.h39 bool GetInterfaceInfo(ppp_interface_info_t *info) const;
/haiku/src/add-ons/kernel/network/ppp/shared/libppp/
H A DPPPInterface.cpp114 if (GetInterfaceInfo(&info)) { in SetTo()
243 PPPInterface::GetInterfaceInfo(ppp_interface_info_t *info) const in GetInterfaceInfo() function in PPPInterface
H A DPPPManager.cpp425 if (interface.InitCheck() == B_OK && interface.GetInterfaceInfo(&info) in InterfaceWithUnit()
462 if (interface.InitCheck() == B_OK && interface.GetInterfaceInfo(&info) in InterfaceWithName()
/haiku/src/bin/network/pppconfig/
H A Dpppconfig.cpp72 interface.GetInterfaceInfo(&info); in show()
142 interface.GetInterfaceInfo(&info); in create()
677 interface.GetInterfaceInfo(&info); in show_details()
/haiku/src/add-ons/network_settings/dialup/
H A DDialUpView.cpp446 interface.GetInterfaceInfo(&info); in UpDownThread()
509 interface.GetInterfaceInfo(&info); in HandleReportMessage()
647 interface.GetInterfaceInfo(&info); in WatchInterface()