PppConfig Struct Reference

PPP configuration options. More...

#include <ppp.h>

Data Fields

uint16_t mru
 
bool_t mruRejected
 
uint32_t accm
 
bool_t accmRejected
 
uint16_t authProtocol
 
uint8_t authAlgo
 
bool_t authProtocolRejected
 
uint32_t magicNumber
 
bool_t magicNumberRejected
 
bool_t pfc
 
bool_t pfcRejected
 
bool_t acfc
 
bool_t acfcRejected
 
Ipv4Addr ipAddr
 
bool_t ipAddrRejected
 
Ipv4Addr primaryDns
 
bool_t primaryDnsRejected
 
Ipv4Addr secondaryDns
 
bool_t secondaryDnsRejected
 
Eui64 interfaceId
 
bool_t interfaceIdRejected
 

Detailed Description

PPP configuration options.

Definition at line 413 of file ppp.h.

Field Documentation

◆ accm

uint32_t accm

Definition at line 417 of file ppp.h.

◆ accmRejected

bool_t accmRejected

Definition at line 418 of file ppp.h.

◆ acfc

bool_t acfc

Definition at line 426 of file ppp.h.

◆ acfcRejected

bool_t acfcRejected

Definition at line 427 of file ppp.h.

◆ authAlgo

uint8_t authAlgo

Definition at line 420 of file ppp.h.

◆ authProtocol

uint16_t authProtocol

Definition at line 419 of file ppp.h.

◆ authProtocolRejected

bool_t authProtocolRejected

Definition at line 421 of file ppp.h.

◆ interfaceId

Eui64 interfaceId

Definition at line 437 of file ppp.h.

◆ interfaceIdRejected

bool_t interfaceIdRejected

Definition at line 438 of file ppp.h.

◆ ipAddr

Ipv4Addr ipAddr

Definition at line 429 of file ppp.h.

◆ ipAddrRejected

bool_t ipAddrRejected

Definition at line 430 of file ppp.h.

◆ magicNumber

uint32_t magicNumber

Definition at line 422 of file ppp.h.

◆ magicNumberRejected

bool_t magicNumberRejected

Definition at line 423 of file ppp.h.

◆ mru

uint16_t mru

Definition at line 415 of file ppp.h.

◆ mruRejected

bool_t mruRejected

Definition at line 416 of file ppp.h.

◆ pfc

bool_t pfc

Definition at line 424 of file ppp.h.

◆ pfcRejected

bool_t pfcRejected

Definition at line 425 of file ppp.h.

◆ primaryDns

Ipv4Addr primaryDns

Definition at line 431 of file ppp.h.

◆ primaryDnsRejected

bool_t primaryDnsRejected

Definition at line 432 of file ppp.h.

◆ secondaryDns

Ipv4Addr secondaryDns

Definition at line 433 of file ppp.h.

◆ secondaryDnsRejected

bool_t secondaryDnsRejected

Definition at line 434 of file ppp.h.


The documentation for this struct was generated from the following file: