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

  /external/ppp/pppd/
Android.mk 20 demand.c \
Makefile.sol2 12 tty.o ccp.o ecp.o auth.o options.o demand.o utils.o sys-solaris.o \
Makefile.linux 16 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 \
multilink.c 134 if (demand) {
181 * For demand mode, we only need to configure the bundle
185 if (demand) {
269 if (!demand) {
ipv6cp.c 1121 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.
    [all...]
main.c 169 static int fd_loop; /* fd for getting demand-dial packets */
525 * If we're doing dial-on-demand, set up the interface now.
527 if (demand) {
552 if (demand && !doing_callback) {
604 if (demand)
    [all...]
auth.c 555 if (!demand && ifunit >= 0)
616 if (!doing_multilink && !demand)
634 if (!doing_multilink && !demand)
846 if (!demand)
    [all...]
sys-linux.c 178 static int slave_fd = -1; /* pty for old-style demand mode, slave */
179 static int master_fd = -1; /* pty for old-style demand mode, master */
408 * Demand mode - prime the old ppp device to relinquish the unit.
587 * operation, and reconnect the ppp unit to the loopback if in demand
595 if (demand) {
605 if (demand)
646 * Used in demand mode.
671 * In demand mode this uses our existing bundle instead of making
    [all...]
options.c 100 bool demand = 0; /* do dial-on-demand */ variable
227 { "demand", o_bool, &demand,
228 "Dial on demand", OPT_INITONLY | 1, &persist },
    [all...]
tty.c 448 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");
    [all...]
pppd.h 299 extern bool demand; /* Do dial-on-demand */
419 /* Configure interface for demand-dial */
448 /* take the channel out of PPP `mode', restore loopback if demand */
559 /* Procedures exported from demand.c */
560 void demand_conf __P((void)); /* config interface(s) for demand-dial */
590 int open_ppp_loopback __P((void)); /* Open loopback for demand-dialling */
    [all...]
ipcp.c     [all...]
  /libcore/
JavaLibrary.mk 33 # test/ # Built only on demand, for testing.
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 393 milliseconds