HomeSort by relevance Sort by last modified time
    Searched refs:multilink (Results 1 - 8 of 8) sorted by null

  /external/ppp/pppd/
Makefile.linux 53 # Uncomment the next line to enable multilink PPP (enabled by default)
54 # Linux distributions: Please leave multilink ENABLED in your builds
59 # If you enable multilink, then TDB is automatically enabled also.
145 # Multilink implies the use of TDB
149 PPPDSRCS += multilink.c
150 PPPDOBJS += multilink.o
options.c 112 bool multilink = 0; /* Enable multilink operation */ variable
113 char *bundle_name = NULL; /* bundle name for multilink */
281 { "multilink", o_bool, &multilink,
282 "Enable multilink operation", OPT_PRIO | 1 },
283 { "mp", o_bool, &multilink,
284 "Enable multilink operation", OPT_PRIOSUB | OPT_ALIAS | 1 },
285 { "nomultilink", o_bool, &multilink,
286 "Disable multilink operation", OPT_PRIOSUB | 0 }
    [all...]
lcp.c 168 "Maximum received packet size for multilink bundle",
172 "Use short sequence numbers in multilink headers",
175 "Don't use short sequence numbers in multilink headers",
179 "Endpoint discriminator for multilink",
184 "Don't send or accept multilink endpoint discriminator", 1 },
632 if (!multilink) {
    [all...]
sys-linux.c 481 if (!looped && !multilink) {
492 if (!multilink) {
670 * if `multilink' was set at the time establish_ppp was called.
    [all...]
multilink.c 2 * multilink.c - support routines for multilink.
47 bool doing_multilink; /* multilink was enabled and agreed to */
48 bool multilink_master; /* we own the multilink bundle */
83 if (!multilink)
85 /* if we're doing multilink, we have to negotiate MRRU */
102 * if we are doing multilink.
118 notice("oops, didn't get multilink on renegotiation");
119 lcp_close(0, "multilink required");
128 /* not doing multilink */
    [all...]
pppd.h 185 /* An endpoint discriminator, used with multilink. */
315 extern bool multilink; /* enable multilink operation */
317 extern char *bundle_name; /* bundle name for multilink */
568 /* Procedures exported from multilink.c */
570 void mp_check_options __P((void)); /* Check multilink-related options */
    [all...]
main.c 489 if (multilink) {
490 warn("Warning: disabling multilink");
491 multilink = 0;
    [all...]
auth.c 545 * doing the set_ifunit in multilink mode, which is the only time
836 if (multilink) {
    [all...]

Completed in 282 milliseconds