Searched refs:multilink (Results 1 - 20 of 20) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A DMakefile.linux12 demand.c utils.c multilink.c tdb.c tty.c
17 auth.o options.o demand.o utils.o sys-linux.o ipxcp.o multilink.o \
H A Doptions.c83 bool multilink = 0; /* Enable multilink operation */ variable
84 char *bundle_name = NULL; /* bundle name for multilink */
236 { "multilink", o_bool, &multilink,
237 "Enable multilink operation", OPT_PRIO | 1 },
238 { "mp", o_bool, &multilink,
239 "Enable multilink operation", OPT_PRIOSUB | OPT_ALIAS | 1 },
240 { "nomultilink", o_bool, &multilink,
241 "Disable multilink operatio
[all...]
H A Dmultilink.c2 * multilink.c - support routines for multilink.
60 if (!multilink)
62 /* if we're doing multilink, we have to negotiate MRRU */
79 * if we are doing multilink.
93 /* not doing multilink */
95 notice("oops, multilink negotiated only for receive");
H A Dsys-linux.c397 if (!looped && !multilink) {
408 if (!multilink) {
525 if (!multilink)
617 * if `multilink' was set at the time establish_ppp was called.
2756 if (multilink && !new_style_driver) {
2757 warn("Warning: multilink is not supported by the kernel driver");
2758 multilink = 0;
H A Dlcp.c145 "Maximum received packet size for multilink bundle",
149 "Use short sequence numbers in multilink headers",
152 "Don't use short sequence numbers in multilink headers",
156 "Endpoint discriminator for multilink",
161 "Don't send or accept multilink endpoint discriminator", 1 },
611 if (!multilink) {
1658 if (!ao->neg_mrru || !multilink ||
1671 if (!ao->neg_ssnhf || !multilink ||
1781 if (!(multilink && go->neg_mrru && ho->neg_mrru))
H A Dpppd.h158 /* An endpoint discriminator, used with multilink. */
270 extern bool multilink; /* enable multilink operation */
272 extern char *bundle_name; /* bundle name for multilink */
483 /* Procedures exported from multilink.c */
484 void mp_check_options __P((void)); /* Check multilink-related options */
H A Dmain.c361 if (multilink) {
362 warn("Warning: disabling multilink");
363 multilink = 0;
H A Dauth.c550 if (multilink) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A DMakefile61 # Uncomment the next line to enable multilink PPP (enabled by default)
62 # Linux distributions: Please leave multilink ENABLED in your builds
67 # If you enable multilink, then TDB is automatically enabled also.
156 PPPDSRCS += multilink.c
157 PPPDOBJS += multilink.o
H A DMakefile.linux53 # 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.
147 PPPDSRCS += multilink.c
148 PPPDOBJS += multilink.o
H A Doptions.c122 bool multilink = 0; /* Enable multilink operation */ variable
123 char *bundle_name = NULL; /* bundle name for multilink */
295 { "multilink", o_bool, &multilink,
296 "Enable multilink operation", OPT_PRIO | 1 },
297 { "mp", o_bool, &multilink,
298 "Enable multilink operation", OPT_PRIOSUB | OPT_ALIAS | 1 },
299 { "nomultilink", o_bool, &multilink,
300 "Disable multilink operatio
[all...]
H A Dlcp.c168 "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 },
651 if (!multilink) {
1792 if (!ao->neg_mrru || !multilink ||
1805 if (!ao->neg_ssnhf || !multilink ||
1916 if (!(multilink && go->neg_mrru && ho->neg_mrru))
H A Dsys-linux.c479 if (!looped && !multilink) {
490 if (!multilink) {
668 * if `multilink' was set at the time establish_ppp was called.
2838 if (multilink && !new_style_driver) {
2839 warn("Warning: multilink is not supported by the kernel driver");
2840 multilink = 0;
H A Dmultilink.c2 * 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...]
H A Dpppd.h185 /* An endpoint discriminator, used with multilink. */
321 extern bool multilink; /* enable multilink operation */
323 extern char *bundle_name; /* bundle name for multilink */
578 /* Procedures exported from multilink.c */
580 void mp_check_options __P((void)); /* Check multilink-related options */
H A Dmain.c488 if (multilink) {
489 warn("Warning: disabling multilink");
490 multilink = 0;
H A Dauth.c567 * doing the set_ifunit in multilink mode, which is the only time
863 if (multilink) {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppoecd/
H A Dsys-linux.c320 if (!looped && !multilink) {
331 if (!multilink) {
405 if (!multilink)
H A Dpppd.h158 /* An endpoint discriminator, used with multilink. */
270 static const bool multilink = 0; /* enable multilink operation */ variable
272 extern char *bundle_name; /* bundle name for multilink */
494 /* Procedures exported from multilink.c */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/pptpd/pptpd-1.3.4/plugins/
H A Dpppd.h186 /* An endpoint discriminator, used with multilink. */
308 extern bool multilink; /* enable multilink operation */
310 extern char *bundle_name; /* bundle name for multilink */
555 /* Procedures exported from multilink.c */
556 void mp_check_options __P((void)); /* Check multilink-related options */

Completed in 172 milliseconds