Home
last modified time | relevance | path

Searched refs:ControlChild (Results 1 – 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/network/ppp/shared/libppp/headers/
H A DPPPInterface.h47 bool ControlChild(void *info, uint32 childindex, uint32 childOP) const;
/haiku/src/bin/network/pppconfig/
H A Dpppconfig.cpp427 if (interface.ControlChild(&info, 0, PPPC_GET_SIMPLE_HANDLER_INFO) != true) { in controlchild()
435 if (interface.ControlChild(&info, 0, PPPC_ENABLE) != true) { in controlchild()
/haiku/src/add-ons/kernel/network/ppp/shared/libppp/
H A DPPPInterface.cpp293 PPPInterface::ControlChild(void *info, uint32 childindex, uint32 childOP) const in ControlChild() function in PPPInterface