Searched refs:ppp_device_info_t (Results 1 - 5 of 5) sorted by relevance

/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A DKPPPDevice.cpp58 if (length < sizeof(ppp_device_info_t) || !data)
62 memset(info, 0, sizeof(ppp_device_info_t));
/haiku/src/add-ons/kernel/network/ppp/shared/libppp/headers/
H A DPPPInterface.h43 bool ControlDevice(ppp_device_info_t *info) const;
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/
H A DPPPControl.h269 typedef struct ppp_device_info_t { struct
272 } ppp_device_info_t; typedef in typeref:struct:ppp_device_info_t
/haiku/src/add-ons/kernel/network/ppp/shared/libppp/
H A DPPPInterface.cpp257 PPPInterface::ControlDevice(ppp_device_info_t *info) const
267 controlInfo.length = sizeof(ppp_device_info_t);
/haiku/src/bin/network/pppconfig/
H A Dpppconfig.cpp582 ppp_device_info_t info;

Completed in 34 milliseconds