Home
last modified time | relevance | path

Searched refs:dial (Results 1 – 25 of 30) sorted by relevance

12

/freebsd/usr.sbin/ppp/
H A Ddatalink.c90 timer_Stop(&dl->dial.timer); in datalink_OpenTimeout()
100 timer_Stop(&dl->dial.timer); in datalink_StartDialTimer()
103 dl->dial.timer.load = result ? result * SECTICKS : 1; in datalink_StartDialTimer()
104 dl->dial.timer.func = datalink_OpenTimeout; in datalink_StartDialTimer()
105 dl->dial.timer.name = "dial"; in datalink_StartDialTimer()
106 dl->dial.timer.arg = dl; in datalink_StartDialTimer()
107 timer_Start(&dl->dial.timer); in datalink_StartDialTimer()
136 dl->dial.tries = dl->cfg.dial.max; in datalink_HangupDone()
137 dl->dial.incs = 0; in datalink_HangupDone()
144 if (dl->cbcp.fsm.delay < dl->cfg.dial.timeout) in datalink_HangupDone()
[all …]
H A Ddatalink.h69 char dial[SCRIPT_LEN]; member
83 } dial; member
105 } dial; member
H A Dppp.conf20 set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \
H A Dfilter.c421 filter = &arg->bundle->filter.dial; in filter_Set()
512 filter = &arg->bundle->filter.dial; in filter_Show()
524 filter[2] = &arg->bundle->filter.dial; in filter_Show()
H A DREADME.changes62 o The dial/call/open command works asynchronously. As a result, prompts
70 o Filters are now called `allow', `dial', `in' and `out'. `set
104 o Random dial timeouts are now between 1 and 30 seconds inclusive rather
H A Dbundle.c617 pri = PacketCheck(bundle, af, tun.data, n, &bundle->filter.dial, in bundle_DescriptorRead()
868 bundle.filter.dial.name = "DIAL"; in bundle_Create()
869 bundle.filter.dial.logok = 1; in bundle_Create()
877 bundle.filter.dial.rule[i].f_action = A_NONE; in bundle_Create()
991 dl->dial.timer.state == TIMER_RUNNING) || in bundle_Open()
993 timer_Stop(&dl->dial.timer); /* We're finished with this */ in bundle_Open()
1862 filter_AdjustAddr(&bundle->filter.dial, local, remote, NULL); in bundle_AdjustFilters()
1873 filter_AdjustAddr(&bundle->filter.dial, NULL, NULL, dns); in bundle_AdjustDNS()
H A Dbundle.h127 struct filter dial; /* dial-out packet filter */ member
H A Dcommand.c1747 strncpy(cx->cfg.script.dial, argp, sizeof cx->cfg.script.dial - 1); in SetVariable()
1748 cx->cfg.script.dial[sizeof cx->cfg.script.dial - 1] = '\0'; in SetVariable()
H A DREADME.nat365 changes (due to re-dial and dynamic address allocation).
/freebsd/usr.bin/calendar/
H A Dsunpos.c219 int dial, s; in fequinoxsolstice() local
238 dial = SECSPERDAY; in fequinoxsolstice()
244 SHOUR(dial), SMIN(dial), SSEC(dial), in fequinoxsolstice()
249 dial += s; in fequinoxsolstice()
252 dial -= s; in fequinoxsolstice()
260 equinoxdays[0] = 1 + cumdays[3] + d + (dial / FSECSPERDAY); in fequinoxsolstice()
277 dial = SECSPERDAY; in fequinoxsolstice()
283 SHOUR(dial), SMIN(dial), SSEC(dial), in fequinoxsolstice()
288 dial += s; in fequinoxsolstice()
291 dial -= s; in fequinoxsolstice()
[all …]
/freebsd/usr.bin/tip/tip/
H A Dremote7 # du make a call flag (dial up)
26 unix57600|57600 Baud dial-out to a UNIX system:\
28 unix33600|33600 Baud dial-out to a UNIX system:\
32 dos57600|57600 Baud dial-out to a DOS system:\
41 br#115200:tc=dial:
43 br#115200:tc=dial:
47 br#115200:tc=dial:
49 br#57600:tc=dial:
50 dial|Generic dialing parameters:\
/freebsd/share/examples/ppp/
H A Dppp.conf.sample23 # This section is *not* pre-loaded by the ``load'' or ``dial'' commands.
26 # your dial script and any logging specification. Logging specs should
33 set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" AT \
138 set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" ATB41CL2048 \
169 # Numbers separated by a | are used if the previous dial or login script
281 set filter dial 0 deny udp src eq 513 # rwhod
282 set filter dial 1 deny udp src eq 525 # timed
283 set filter dial 2 deny udp src eq 137 # NetBIOS name service
284 set filter dial 3 deny udp src eq 138 # NetBIOS datagram service
285 set filter dial 4 deny tcp src eq 139 # NetBIOS session service
[all …]
H A Dppp.conf.span-isp.working44 set dial
H A Dppp.conf.span-isp107 set dial "ABORT BUSY ABORT NO\\sCARRIER ABORT NO\\sDIAL\\sTONE TIMEOUT 4 \
/freebsd/usr.sbin/bsdconfig/include/
H A Dnetwork_device.hlp28 "AT commands" to dial the ISP with your particular brand of modem as
31 can simply enter `dial' (without the quotes) at the ppp prompt if your
/freebsd/contrib/ncurses/include/
H A DCaps.hpux11670 dial_phone dial str DI - - ----- dial number #1
671 quick_dial qdial str QD - - ----- dial number #1 without checking
676 wait_tone wait str WA - - ----- wait for dial-tone
H A DCaps662 dial_phone dial str DI - - ----- dial number #1
663 quick_dial qdial str QD - - ----- dial number #1 without checking
668 wait_tone wait str WA - - ----- wait for dial-tone
H A DCaps.osf1r5625 dial_phone dial str DI - - ----- dial number #1
779 quick_dial qdial str QD - - ----- dial number #1 without checking
825 wait_tone wait str WA - - ----- wait for dial-tone
H A DCaps.keys665 dial_phone dial str DI - - ----- dial number #1
666 quick_dial qdial str QD - - ----- dial number #1 without checking
671 wait_tone wait str WA - - ----- wait for dial-tone
H A DCaps.aix4764 dial_phone dial str DI - - ----- dial number #1
765 quick_dial qdial str QD - - ----- dial number #1 without checking
770 wait_tone wait str WA - - ----- wait for dial-tone
/freebsd/contrib/ntp/ntpd/
H A Dntpd-opts.def456 In some cases involving dial up or toll services, it may be
H A Dinvoke-ntp.conf.texi2768 @item @code{phone} @kbd{dial} @kbd{...}
2773 a maximum of 10 telephone numbers used to dial USNO, NIST, or European
2776 one telephone number used to dial the telephone JJY service.
H A Dntp.conf.def2928 .It Ic phone Ar dial ...
2933 a maximum of 10 telephone numbers used to dial USNO, NIST, or European
2936 one telephone number used to dial the telephone JJY service.
/freebsd/usr.sbin/services_mkdb/
H A Dservices142 # 75/tcp any private dial out service
143 # 75/udp any private dial out service
/freebsd/share/dict/
H A Dweb2a3048 azimuth dial
13423 compass dial
16495 dial bird
16498 dial enameler
16499 dial feed
16500 dial foot
16501 dial gauge
16503 dial press
16504 dial recorder
16505 dial telegraph
[all …]

12