Lines Matching +full:bypass +full:- +full:enable
1 .\" Copyright (c) 1996-1999 Whistle Communications, Inc.
19 .\" MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT.
51 user-land daemon).
54 user-land implementations.
56 multi-link PPP, Van Jacobson compression, PPP compression, PPP
58 A single PPP node corresponds to one PPP multi-link bundle.
66 .Dv bypass
71 Typically this node is connected to a user-land daemon via a
84 .Dv bypass
94 These device-independent hooks transmit and receive full PPP
96 information fields, but no checksum or other link-specific fields.
121 .Dv bypass
123 .Dv bypass
187 Only bundle-level compression and encryption is directly supported;
188 link-level compression and encryption can be handled transparently
207 .Sh BYPASS HOOK
211 .Dv bypass
217 multi-link protocol), the special link number
226 .Dv bypass
233 the frame will be delivered over the multi-link bundle; or, if multi-link
237 .Dv bypass
242 To enable multi-link PPP, the corresponding configuration flag must be set
245 one link to be connected if multi-link is not enabled, nor will it allow
246 certain multi-link settings to be changed while multi-link operation is
259 .Em round-robin
264 When configured for round-robin delivery, the latency and bandwidth
271 of sub-optimal overall bundle latency, which is important for
272 interactive response time, and sub-optimal overall bundle bandwidth
291 .Bl -tag -width ".Va vjc_vjuncomp"
331 .It Va bypass
332 Bypass hook; frames have a four byte header consisting of
337 .Bl -tag -width foo
341 multi-link PPP, encryption, compression, Van Jacobson compression, and IP,
343 It includes per-link configuration,
351 .Bd -literal -offset 0n
352 /* Per-link config structure */
354 u_char enableLink; /* enable this link */
355 u_char enableProtoComp;/* enable protocol field compression */
356 u_char enableACFComp; /* enable addr/ctrl field compression */
365 u_char enableMultilink; /* enable multilink */
369 u_char enableIP; /* enable IP data flow */
370 u_char enableIPv6; /* enable IPv6 data flow */
371 u_char enableAtalk; /* enable AppleTalk data flow */
372 u_char enableIPX; /* enable IPX data flow */
373 u_char enableCompression; /* enable PPP compression */
374 u_char enableDecompression; /* enable PPP decompression */
375 u_char enableEncryption; /* enable PPP encryption */
376 u_char enableDecryption; /* enable PPP decryption */
377 u_char enableVJCompression; /* enable VJ compression */
378 u_char enableVJDecompression; /* enable VJ decompression */
395 is a valid link number corresponding to the multi-link bundle.
440 .%T "The Point-to-Point Protocol (PPP)"