Symbol: ppp_simple_handler_info_t
src/add-ons/kernel/network/ppp/shared/libkernelppp/KPPPLCPExtension.cpp
65
if (length < sizeof(ppp_simple_handler_info_t) || !data)
src/add-ons/kernel/network/ppp/shared/libkernelppp/KPPPLCPExtension.cpp
69
memset(info, 0, sizeof(ppp_simple_handler_info_t));
src/add-ons/kernel/network/ppp/shared/libkernelppp/KPPPOptionHandler.cpp
67
if (length < sizeof(ppp_simple_handler_info_t) || !data)
src/add-ons/kernel/network/ppp/shared/libkernelppp/KPPPOptionHandler.cpp
71
memset(info, 0, sizeof(ppp_simple_handler_info_t));
src/add-ons/kernel/network/ppp/shared/libppp/PPPInterface.cpp
275
PPPInterface::ControlOptionHandler(ppp_simple_handler_info_t *info, uint32 handlerindex, uint32 handlerOP) const
src/add-ons/kernel/network/ppp/shared/libppp/PPPInterface.cpp
285
controlInfo.length = sizeof(ppp_simple_handler_info_t);
src/add-ons/kernel/network/ppp/shared/libppp/PPPInterface.cpp
311
PPPInterface::ControlLCPExtension(ppp_simple_handler_info_t *info, uint32 LCPExtensionindex, uint32 LCPExtensionOP) const
src/add-ons/kernel/network/ppp/shared/libppp/PPPInterface.cpp
321
controlInfo.length = sizeof(ppp_simple_handler_info_t);
src/add-ons/kernel/network/ppp/shared/libppp/headers/PPPInterface.h
45
bool ControlOptionHandler(ppp_simple_handler_info_t *info, uint32 handlerindex, uint32 handlerOP) const;
src/add-ons/kernel/network/ppp/shared/libppp/headers/PPPInterface.h
46
bool ControlLCPExtension(ppp_simple_handler_info_t *info, uint32 LCPExtensionindex, uint32 LCPExtensionOP) const;
src/bin/network/pppconfig/pppconfig.cpp
425
ppp_simple_handler_info_t info;
src/bin/network/pppconfig/pppconfig.cpp
462
ppp_simple_handler_info_t info;
src/bin/network/pppconfig/pppconfig.cpp
499
ppp_simple_handler_info_t info;