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

/freebsd-9.3-release/etc/etc.mips/
H A Dttys19 # Other common values include dialup for incoming modem ports, and
32 # The 'dialup' keyword identifies dialin lines to login, fingerd etc.
33 ttyu0 "/usr/libexec/getty std.115200" dialup on secure
34 ttyu1 "/usr/libexec/getty std.115200" dialup off secure
35 ttyu2 "/usr/libexec/getty std.115200" dialup off secure
36 ttyu3 "/usr/libexec/getty std.115200" dialup off secure
/freebsd-9.3-release/etc/etc.pc98/
H A Dttys19 # Other common values include dialup for incoming modem ports, and
43 # The 'dialup' keyword identifies dialin lines to login, fingerd etc.
44 ttyu0 "/usr/libexec/getty std.9600" dialup off secure
45 ttyu1 "/usr/libexec/getty std.9600" dialup off secure
46 ttyu2 "/usr/libexec/getty std.9600" dialup off secure
47 ttyu3 "/usr/libexec/getty std.9600" dialup off secure
/freebsd-9.3-release/etc/etc.amd64/
H A Dttys19 # Other common values include dialup for incoming modem ports, and
43 # The 'dialup' keyword identifies dialin lines to login, fingerd etc.
45 ttyu1 "/usr/libexec/getty std.9600" dialup off secure
46 ttyu2 "/usr/libexec/getty std.9600" dialup off secure
47 ttyu3 "/usr/libexec/getty std.9600" dialup off secure
/freebsd-9.3-release/etc/etc.arm/
H A Dttys19 # Other common values include dialup for incoming modem ports, and
43 # The 'dialup' keyword identifies dialin lines to login, fingerd etc.
45 ttyu1 "/usr/libexec/getty std.9600" dialup off secure
46 ttyu2 "/usr/libexec/getty std.9600" dialup off secure
47 ttyu3 "/usr/libexec/getty std.9600" dialup off secure
/freebsd-9.3-release/etc/etc.i386/
H A Dttys19 # Other common values include dialup for incoming modem ports, and
43 # The 'dialup' keyword identifies dialin lines to login, fingerd etc.
45 ttyu1 "/usr/libexec/getty std.9600" dialup off secure
46 ttyu2 "/usr/libexec/getty std.9600" dialup off secure
47 ttyu3 "/usr/libexec/getty std.9600" dialup off secure
/freebsd-9.3-release/etc/etc.ia64/
H A Dttys19 # Other common values include dialup for incoming modem ports, and
42 # Serial terminals. The 'dialup' keyword identifies dialin lines to login,
45 ttyu1 "/usr/libexec/getty std.9600" dialup off secure
46 ttyu2 "/usr/libexec/getty std.9600" dialup off secure
47 ttyu3 "/usr/libexec/getty std.9600" dialup off secure
/freebsd-9.3-release/etc/etc.powerpc/
H A Dttys19 # Other common values include dialup for incoming modem ports, and
43 # The 'dialup' keyword identifies dialin lines to login, fingerd etc.
45 ttyu1 "/usr/libexec/getty std.9600" dialup off secure
46 ttyu2 "/usr/libexec/getty std.9600" dialup off secure
47 ttyu3 "/usr/libexec/getty std.9600" dialup off secure
/freebsd-9.3-release/release/picobsd/floppy.tree/etc/
H A Dttys35 ttyu0 "/usr/libexec/getty std.9600" dialup on secure
/freebsd-9.3-release/tools/tools/tinybsd/conf/wrap/etc/
H A Dttys21 # pseudo-terminals, dialup for incoming modem ports, and unknown
45 # The 'dialup' keyword identifies dialin lines to login, fingerd etc.
46 ttyu0 "/usr/libexec/getty std.9600" dialup on secure
47 ttyu1 "/usr/libexec/getty std.9600" dialup off secure
48 ttyu2 "/usr/libexec/getty std.9600" dialup off secure
49 ttyu3 "/usr/libexec/getty std.9600" dialup off secure
/freebsd-9.3-release/contrib/bind9/bin/named/
H A Dzoneconf.c815 dns_dialuptype_t dialup = dns_dialuptype_no; local
985 result = ns_config_get(maps, "dialup", &obj);
989 dialup = dns_dialuptype_yes;
991 dialup = dns_dialuptype_no;
995 dialup = dns_dialuptype_notify;
997 dialup = dns_dialuptype_notifypassive;
999 dialup = dns_dialuptype_refresh;
1001 dialup = dns_dialuptype_passive;
1006 dns_zone_setdialup(raw, dialup);
1007 dns_zone_setdialup(zone, dialup);
[all...]
/freebsd-9.3-release/tools/tools/nanobsd/pcengines/Files/etc/
H A Dttys22 # pseudo-terminals, dialup for incoming modem ports, and unknown
46 # The 'dialup' keyword identifies dialin lines to login, fingerd etc.
48 ttyd1 "/usr/libexec/getty std.9600" dialup off secure
49 ttyd2 "/usr/libexec/getty std.9600" dialup off secure
50 ttyd3 "/usr/libexec/getty std.9600" dialup off secure
/freebsd-9.3-release/tools/tools/nanobsd/rescue/Files/etc/
H A Dttys22 # pseudo-terminals, dialup for incoming modem ports, and unknown
46 # The 'dialup' keyword identifies dialin lines to login, fingerd etc.
48 ttyu1 "/usr/libexec/getty std.9600" dialup off secure
49 ttyu2 "/usr/libexec/getty std.9600" dialup off secure
50 ttyu3 "/usr/libexec/getty std.9600" dialup off secure
/freebsd-9.3-release/contrib/bind9/lib/dns/include/dns/
H A Dzone.h1755 * Perform dialup-time maintenance on 'zone'.
1759 dns_zone_setdialup(dns_zone_t *zone, dns_dialuptype_t dialup);
1761 * Set the dialup type of 'zone' to 'dialup'.
1765 *\li 'dialup' to be a valid dialup type.
/freebsd-9.3-release/contrib/bind9/lib/bind9/
H A Dcheck.c1325 { "dialup", MASTERZONE | SLAVEZONE | STUBZONE | STREDIRECTZONE },
1657 * Check the excessively complicated "dialup" option.
1660 const cfg_obj_t *dialup = NULL; local
1661 (void)cfg_map_get(zoptions, "dialup", &dialup);
1662 if (dialup != NULL && cfg_obj_isstring(dialup)) {
1663 const char *str = cfg_obj_asstring(dialup);
1673 "dialup type '%s' is not "
1683 "invalid dialup typ
[all...]
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dview.c562 dialup(dns_zone_t *zone, void *dummy) { function
573 (void)dns_zt_apply(view->zonetable, ISC_FALSE, dialup, NULL);
H A Dzone.c9952 * If the zone is dialup we are done as we don't want to send
11957 * check if we are a dialup zone as we use the notify request
15586 dns_zone_setdialup(dns_zone_t *zone, dns_dialuptype_t dialup) { argument
15593 switch (dialup) {

Completed in 230 milliseconds