Lines Matching defs:ng_ppp_bund_conf
142 struct ng_ppp_bund_conf { struct
143 u_int16_t mrru; /* multilink peer MRRU */
144 u_char enableMultilink; /* enable multilink */
145 u_char recvShortSeq; /* recv multilink short seq # */
146 u_char xmitShortSeq; /* xmit multilink short seq # */
147 u_char enableRoundRobin; /* xmit whole packets */
148 u_char enableIP; /* enable IP data flow */
149 u_char enableIPv6; /* enable IPv6 data flow */
150 u_char enableAtalk; /* enable AppleTalk data flow */
151 u_char enableIPX; /* enable IPX data flow */
152 u_char enableCompression; /* enable PPP compression */
153 u_char enableDecompression; /* enable PPP decompression */
154 u_char enableEncryption; /* enable PPP encryption */
155 u_char enableDecryption; /* enable PPP decryption */
156 u_char enableVJCompression; /* enable VJ compression */
157 u_char enableVJDecompression; /* enable VJ decompression */