ppp_simple_handler_info_t
if (length < sizeof(ppp_simple_handler_info_t) || !data)
memset(info, 0, sizeof(ppp_simple_handler_info_t));
if (length < sizeof(ppp_simple_handler_info_t) || !data)
memset(info, 0, sizeof(ppp_simple_handler_info_t));
PPPInterface::ControlOptionHandler(ppp_simple_handler_info_t *info, uint32 handlerindex, uint32 handlerOP) const
controlInfo.length = sizeof(ppp_simple_handler_info_t);
PPPInterface::ControlLCPExtension(ppp_simple_handler_info_t *info, uint32 LCPExtensionindex, uint32 LCPExtensionOP) const
controlInfo.length = sizeof(ppp_simple_handler_info_t);
bool ControlOptionHandler(ppp_simple_handler_info_t *info, uint32 handlerindex, uint32 handlerOP) const;
bool ControlLCPExtension(ppp_simple_handler_info_t *info, uint32 LCPExtensionindex, uint32 LCPExtensionOP) const;
ppp_simple_handler_info_t info;
ppp_simple_handler_info_t info;
ppp_simple_handler_info_t info;