PppSettings Struct Reference
PPP settings. More...
#include <ppp.h>
Data Fields | |
| NetInterface * | interface |
| Underlying network interface. More... | |
| uint16_t | mru |
| Default MRU. More... | |
| uint32_t | accm |
| Default async control character map. More... | |
| uint_t | authProtocol |
| Allowed authentication protocols. More... | |
| PppRandCallback | randCallback |
| Random data generation callback function. More... | |
| PppAuthCallback | authCallback |
| PPP authentication callback function. More... | |
Detailed Description
Field Documentation
◆ accm
◆ authCallback
| PppAuthCallback authCallback |
◆ authProtocol
◆ interface
| NetInterface* interface |
◆ mru
◆ randCallback
| PppRandCallback randCallback |
The documentation for this struct was generated from the following file:
- cyclone_tcp/ppp/ppp.h
