Searched refs:demand (Results 1 - 25 of 42) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppoecd/
H A Doptions.c41 bool demand = 0; /* do dial-on-demand */ variable
92 demand = 1;
H A DMakefile46 OBJS += main.o auth.o options.o demand.o utils.o sys-linux.o pppoe.o
H A Dmain.c97 static int fd_loop; /* fd for getting demand-dial packets */
357 * If we're doing dial-on-demand, set up the interface now.
359 if (demand) {
383 if (demand && !doing_callback) {
421 if (!demand && ifunit >= 0)
472 if (!demand) {
490 if (!demand)
501 if (!demand) {
511 if (demand)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A DMakefile.sol212 tty.o ccp.o ecp.o auth.o options.o demand.o utils.o sys-solaris.o \
H A DMakefile18 demand.c utils.c tty.c eap.c chap-md5.c
25 ecp.o auth.o options.o demand.o utils.o sys-linux.o ipxcp.o tty.o \
H A DMakefile.linux16 demand.c utils.c tty.c eap.c chap-md5.c
24 ecp.o auth.o options.o demand.o utils.o sys-linux.o ipxcp.o tty.o \
H A Dmultilink.c134 if (demand) {
181 * For demand mode, we only need to configure the bundle
185 if (demand) {
269 if (!demand) {
H A Dipv6cp.c1121 if (demand && (eui64_iszero(wo->ourid) || eui64_iszero(wo->hisid))) {
1122 option_error("local/remote LL address required for demand-dialling\n");
1130 * IPV6CP were up, for use with dial-on-demand.
1211 * If we are doing dial-on-demand, the interface is already
1215 if (demand) {
1317 * If we are doing dial-on-demand, set the interface
1320 if (demand) {
H A Dmain.c168 static int fd_loop; /* fd for getting demand-dial packets */
526 * If we're doing dial-on-demand, set up the interface now.
528 if (demand) {
553 if (demand && !doing_callback) {
620 if (demand)
H A Dauth.c578 if (!demand && ifunit >= 0)
640 if (!doing_multilink && !demand)
659 if (!doing_multilink && !demand)
873 if (!demand)
H A Dsys-linux.c176 static int slave_fd = -1; /* pty for old-style demand mode, slave */
177 static int master_fd = -1; /* pty for old-style demand mode, master */
585 * operation, and reconnect the ppp unit to the loopback if in demand
593 if (demand) {
603 if (demand)
644 * Used in demand mode.
669 * In demand mode this uses our existing bundle instead of making
1558 * For demand mode to work properly, we have to ignore routes
2375 /* set ip_dynaddr in demand mode if address changes */
2376 if (demand
[all...]
H A Doptions.c110 bool demand = 0; /* do dial-on-demand */ variable
241 { "demand", o_bool, &demand,
242 "Dial on demand", OPT_INITONLY | 1, &persist },
H A Dtty.c448 if (demand && notty) {
449 option_error("demand-dialling is incompatible with notty");
452 if (demand && connect_script == 0 && ptycommand == NULL
454 option_error("connect script is required for demand-dialling\n");
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A DMakefile.sol213 ccp.o auth.o options.o demand.o utils.o sys-solaris.o tdb.o
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 Dmultilink.c99 if (demand) {
137 * For demand mode, we only need to configure the bundle
141 if (demand) {
H A Dmain.c106 static int fd_loop; /* fd for getting demand-dial packets */
396 * If we're doing dial-on-demand, set up the interface now.
398 if (demand) {
424 if (demand && !doing_callback) {
464 if (!demand && ifunit >= 0)
512 if (!demand) {
530 if (!demand)
541 if (!demand) {
551 if (demand)
H A Dipv6cp.c1071 if (demand && (eui64_iszero(wo->ourid) || eui64_iszero(wo->hisid))) {
1072 option_error("local/remote LL address required for demand-dialling\n");
1080 * IPV6CP were up, for use with dial-on-demand.
1162 * If we are doing dial-on-demand, the interface is already
1166 if (demand) {
1270 * If we are doing dial-on-demand, set the interface
1273 if (demand) {
H A Doptions.c71 bool demand = 0; /* do dial-on-demand */ variable
186 { "demand", o_bool, &demand,
187 "Dial on demand", OPT_INITONLY | 1, &persist },
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtxtdatob.tex6 class from this class for providing text on-demand in order to minimize memory
60 This can be overridden to provide text size data on-demand. It is recommended
69 this method when offering data on-demand, but this is not required by
H A Dbmpdatob.tex7 on-demand in order to minimize memory consumption when offering data in several
49 this method when offering data on-demand, but this is not required by
H A Dcustdobj.tex17 efficient to provide the data on-demand which is possible too if you override
23 object but provide it on demand instead, you should override
H A Dhelpprov.tex54 Unlike some other classes, the help provider is not created on demand.
H A Ddoctempl.tex109 member to return a new document instance on demand.
114 member to return a new view instance on demand.
H A Dwizard.tex221 for example, the pages are created on demand only.
235 for example, the pages are created on demand only.

Completed in 157 milliseconds

12