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

/haiku/src/add-ons/kernel/network/ppp/shared/libppp/headers/
H A DPPPInterface.h45 bool ControlOptionHandler(ppp_simple_handler_info_t *info, uint32 handlerindex, uint32 handlerOP) const;
46 bool ControlLCPExtension(ppp_simple_handler_info_t *info, uint32 LCPExtensionindex, uint32 LCPExtensionOP) const;
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A DKPPPLCPExtension.cpp65 if (length < sizeof(ppp_simple_handler_info_t) || !data)
69 memset(info, 0, sizeof(ppp_simple_handler_info_t));
H A DKPPPOptionHandler.cpp67 if (length < sizeof(ppp_simple_handler_info_t) || !data)
71 memset(info, 0, sizeof(ppp_simple_handler_info_t));
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/
H A DPPPControl.h320 typedef struct ppp_simple_handler_info_t { struct
323 } ppp_simple_handler_info_t; typedef in typeref:struct:ppp_simple_handler_info_t
/haiku/src/add-ons/kernel/network/ppp/shared/libppp/
H A DPPPInterface.cpp275 PPPInterface::ControlOptionHandler(ppp_simple_handler_info_t *info, uint32 handlerindex, uint32 handlerOP) const
285 controlInfo.length = sizeof(ppp_simple_handler_info_t);
303 // controlInfo.length = sizeof(ppp_simple_handler_info_t);
311 PPPInterface::ControlLCPExtension(ppp_simple_handler_info_t *info, uint32 LCPExtensionindex, uint32 LCPExtensionOP) const
321 controlInfo.length = sizeof(ppp_simple_handler_info_t);
/haiku/src/bin/network/pppconfig/
H A Dpppconfig.cpp425 ppp_simple_handler_info_t info;
462 ppp_simple_handler_info_t info;
499 ppp_simple_handler_info_t info;

Completed in 91 milliseconds