Searched refs:dial (Results 1 - 16 of 16) sorted by relevance

/freebsd-10.0-release/release/picobsd/floppy.tree/etc/ppp/
H A Dppp.conf9 set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" ATE1Q0 OK-AT-OK \\dATDT\\T TIMEOUT 40 CONNECT"
/freebsd-10.0-release/share/examples/ppp/
H A Dppp.conf.sample24 # This section is *not* pre-loaded by the ``load'' or ``dial'' commands.
27 # your dial script and any logging specification. Logging specs should
34 set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" AT \
139 set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" ATB41CL2048 \
170 # Numbers separated by a | are used if the previous dial or login script
282 set filter dial 0 deny udp src eq 513 # rwhod
283 set filter dial 1 deny udp src eq 525 # timed
284 set filter dial 2 deny udp src eq 137 # NetBIOS name service
285 set filter dial 3 deny udp src eq 138 # NetBIOS datagram service
286 set filter dial
[all...]
/freebsd-10.0-release/etc/ppp/
H A Dppp.conf21 set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \
/freebsd-10.0-release/usr.sbin/ppp/
H A Ddatalink.c90 timer_Stop(&dl->dial.timer);
100 timer_Stop(&dl->dial.timer);
103 dl->dial.timer.load = result ? result * SECTICKS : 1;
104 dl->dial.timer.func = datalink_OpenTimeout;
105 dl->dial.timer.name = "dial";
106 dl->dial.timer.arg = dl;
107 timer_Start(&dl->dial.timer);
136 dl->dial.tries = dl->cfg.dial
[all...]
H A Ddatalink.h69 char dial[SCRIPT_LEN]; member in struct:datalink::__anon11681::__anon11682
83 } dial; member in struct:datalink::__anon11681
105 } dial; member in struct:datalink
H A Dbundle.h127 struct filter dial; /* dial-out packet filter */ member in struct:bundle::__anon11662
H A Dfilter.c420 else if (!strcmp(arg->argv[arg->argn], "dial"))
421 filter = &arg->bundle->filter.dial;
511 else if (!strcmp(arg->argv[arg->argn], "dial"))
512 filter = &arg->bundle->filter.dial;
524 filter[2] = &arg->bundle->filter.dial;
H A Dbundle.c617 pri = PacketCheck(bundle, af, tun.data, n, &bundle->filter.dial,
627 * device - breaking auto-dial.
871 bundle.filter.dial.name = "DIAL";
872 bundle.filter.dial.logok = 1;
880 bundle.filter.dial.rule[i].f_action = A_NONE;
994 dl->dial.timer.state == TIMER_RUNNING) ||
996 timer_Stop(&dl->dial.timer); /* We're finished with this */
1865 filter_AdjustAddr(&bundle->filter.dial, local, remote, NULL);
1876 filter_AdjustAddr(&bundle->filter.dial, NULL, NULL, dns);
H A Dcommand.c401 log_Printf(LogWARN, "Manual dial is only available for auto and"
862 {"dial", "call", DialCommand, LOCAL_AUTH | LOCAL_CX_OPT,
863 "Dial and login", "dial|call [system ...]", NULL},
989 "packet filters", "show filter [in|out|dial|alive]", NULL},
1743 strncpy(cx->cfg.script.dial, argp, sizeof cx->cfg.script.dial - 1);
1744 cx->cfg.script.dial[sizeof cx->cfg.script.dial - 1] = '\0';
2391 {"dial", NULL, SetVariable, LOCAL_AUTH | LOCAL_CX,
2392 "dialing script", "set dial cha
[all...]
/freebsd-10.0-release/usr.bin/calendar/
H A Dsunpos.c219 int dial, s; local
238 dial = SECSPERDAY;
242 dial, SHOUR(dial), SMIN(dial)); */
244 SHOUR(dial), SMIN(dial), SSEC(dial),
249 dial += s;
252 dial
[all...]
/freebsd-10.0-release/contrib/ncurses/include/
H A DCaps.osf1r5580 dial_phone dial str DI - - ----- dial number #1
722 quick_dial qdial str QD - - ----- dial number #1 without checking
768 wait_tone wait str WA - - ----- wait for dial-tone
H A DCaps608 dial_phone dial str DI - - ----- dial number #1
609 quick_dial qdial str QD - - ----- dial number #1 without checking
614 wait_tone wait str WA - - ----- wait for dial-tone
H A DCaps.aix4710 dial_phone dial str DI - - ----- dial number #1
711 quick_dial qdial str QD - - ----- dial number #1 without checking
716 wait_tone wait str WA - - ----- wait for dial-tone
H A DCaps.hpux11616 dial_phone dial str DI - - ----- dial number #1
617 quick_dial qdial str QD - - ----- dial number #1 without checking
622 wait_tone wait str WA - - ----- wait for dial-tone
H A DCaps.keys610 dial_phone dial str DI - - ----- dial number #1
611 quick_dial qdial str QD - - ----- dial number #1 without checking
616 wait_tone wait str WA - - ----- wait for dial-tone
/freebsd-10.0-release/contrib/gcc/
H A Dsys-protos.h231 extern int dial(CALL);

Completed in 274 milliseconds