FreeBSD kernel netgraph code
ng_ppp_bund_conf Struct Reference

#include <ng_ppp.h>

Data Fields

u_int16_t mrru
 
u_char enableMultilink
 
u_char recvShortSeq
 
u_char xmitShortSeq
 
u_char enableRoundRobin
 
u_char enableIP
 
u_char enableIPv6
 
u_char enableAtalk
 
u_char enableIPX
 
u_char enableCompression
 
u_char enableDecompression
 
u_char enableEncryption
 
u_char enableDecryption
 
u_char enableVJCompression
 
u_char enableVJDecompression
 

Detailed Description

Definition at line 144 of file ng_ppp.h.

Field Documentation

◆ enableAtalk

u_char ng_ppp_bund_conf::enableAtalk

Definition at line 152 of file ng_ppp.h.

◆ enableCompression

u_char ng_ppp_bund_conf::enableCompression

Definition at line 154 of file ng_ppp.h.

◆ enableDecompression

u_char ng_ppp_bund_conf::enableDecompression

Definition at line 155 of file ng_ppp.h.

◆ enableDecryption

u_char ng_ppp_bund_conf::enableDecryption

Definition at line 157 of file ng_ppp.h.

◆ enableEncryption

u_char ng_ppp_bund_conf::enableEncryption

Definition at line 156 of file ng_ppp.h.

◆ enableIP

u_char ng_ppp_bund_conf::enableIP

Definition at line 150 of file ng_ppp.h.

◆ enableIPv6

u_char ng_ppp_bund_conf::enableIPv6

Definition at line 151 of file ng_ppp.h.

◆ enableIPX

u_char ng_ppp_bund_conf::enableIPX

Definition at line 153 of file ng_ppp.h.

◆ enableMultilink

u_char ng_ppp_bund_conf::enableMultilink

Definition at line 146 of file ng_ppp.h.

Referenced by ng_ppp_config_valid().

◆ enableRoundRobin

u_char ng_ppp_bund_conf::enableRoundRobin

Definition at line 149 of file ng_ppp.h.

◆ enableVJCompression

u_char ng_ppp_bund_conf::enableVJCompression

Definition at line 158 of file ng_ppp.h.

◆ enableVJDecompression

u_char ng_ppp_bund_conf::enableVJDecompression

Definition at line 159 of file ng_ppp.h.

◆ mrru

u_int16_t ng_ppp_bund_conf::mrru

Definition at line 145 of file ng_ppp.h.

◆ recvShortSeq

u_char ng_ppp_bund_conf::recvShortSeq

Definition at line 147 of file ng_ppp.h.

Referenced by ng_ppp_config_valid().

◆ xmitShortSeq

u_char ng_ppp_bund_conf::xmitShortSeq

Definition at line 148 of file ng_ppp.h.

Referenced by ng_ppp_config_valid().


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