Searched refs:WatchInterface (Results 1 - 6 of 6) sorted by relevance

/haiku/src/add-ons/kernel/network/ppp/shared/libppp/headers/
H A DPPPInterfaceListener.h43 bool WatchInterface(ppp_interface_id ID);
/haiku/src/bin/network/ppp_up/
H A DConnectionView.h45 void WatchInterface(ppp_interface_id ID);
H A DConnectionView.cpp128 WatchInterface(fListener.Manager().InterfaceWithName(fInterfaceName.String()));
290 WatchInterface(id);
361 ConnectionView::WatchInterface(ppp_interface_id ID) function in class:ConnectionView
363 fListener.WatchInterface(ID);
/haiku/src/add-ons/network_settings/dialup/
H A DDialUpView.h49 void WatchInterface(ppp_interface_id ID);
H A DDialUpView.cpp513 WatchInterface(id);
523 WatchInterface(fListener.Manager().InterfaceWithName(fCurrentItem->Label()));
628 DialUpView::WatchInterface(ppp_interface_id ID) function in class:DialUpView
635 if(ID == PPP_UNDEFINED_INTERFACE_ID || fListener.WatchInterface(ID))
765 WatchInterface(PPP_UNDEFINED_INTERFACE_ID);
776 WatchInterface(fListener.Manager().InterfaceWithName(fCurrentItem->Label()));
/haiku/src/add-ons/kernel/network/ppp/shared/libppp/
H A DPPPInterfaceListener.cpp148 PPPInterfaceListener::WatchInterface(ppp_interface_id ID) function in class:PPPInterfaceListener

Completed in 95 milliseconds