Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
_PppContext Struct Reference
PPP context. More...
#include <ppp.h>
Data Fields | |
| NetInterface * | interface |
| PPP settings. | |
| systime_t | timeout |
| Timeout for blocking operations. | |
| char_t | username [PPP_MAX_USERNAME_LEN+1] |
| User name. | |
| char_t | password [PPP_MAX_PASSWORD_LEN+1] |
| Password. | |
| char_t | peerName [PPP_MAX_USERNAME_LEN+1] |
| Peer's name. | |
| PppPhase | pppPhase |
| PPP phase. | |
| PppFsm | lcpFsm |
| LCP finite state machine. | |
| PppFsm | ipcpFsm |
| IPCP finite state machine. | |
| PppFsm | ipv6cpFsm |
| IPV6CP finite state machine. | |
| PapFsm | papFsm |
| PAP finite state machine. | |
| ChapFsm | chapFsm |
| CHAP finite state machine. | |
| PppConfig | localConfig |
| Local configuration options. | |
| PppConfig | peerConfig |
| Peer configuration options. | |
| bool_t | ipRejected |
| IPv4 protocol is not supported by the peer. | |
| bool_t | ipv6Rejected |
| IPv6 protocol is not support by the peer. | |
| uint8_t | frame [PPP_MAX_FRAME_SIZE] |
| Incoming PPP frame. | |
| uint8_t | txBuffer [PPP_TX_BUFFER_SIZE] |
| Transmit buffer. | |
| uint8_t | rxBuffer [PPP_RX_BUFFER_SIZE] |
| Receive buffer. | |
Detailed Description
PPP context.
Definition at line 436 of file ppp.h.
Field Documentation
| NetInterface* interface |
| bool_t ipRejected |
| bool_t ipv6Rejected |
Generated on Tue Jul 12 2022 17:10:23 by
1.7.2