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

/macosx-10.10.1/bash-94.1.2/bash-3.2/examples/functions/
H A Dterm17 network|dialup|unknown|lat)
/macosx-10.10.1/ppp-786.1.1/Documentation/scripts/
H A Dsecure-card28 set dialup <put phone number here>
36 send "ATe0v1x4&c1q0&d2&c1s2=128s0=0DT $dialup\r"
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/dialup/ns1/
H A Dnamed.conf43 dialup yes;
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/dialup/ns2/
H A Dnamed.conf41 dialup passive;
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/dialup/ns3/
H A Dnamed.conf41 dialup refresh;
/macosx-10.10.1/bind9-45.101/bind9/bin/named/
H A Dzoneconf.c809 dns_dialuptype_t dialup = dns_dialuptype_no; local
938 result = ns_config_get(maps, "dialup", &obj);
942 dialup = dns_dialuptype_yes;
944 dialup = dns_dialuptype_no;
948 dialup = dns_dialuptype_notify;
950 dialup = dns_dialuptype_notifypassive;
952 dialup = dns_dialuptype_refresh;
954 dialup = dns_dialuptype_passive;
958 dns_zone_setdialup(zone, dialup);
/macosx-10.10.1/apache-793/httpd/modules/test/
H A Dmod_dialup.c90 "dialup: pulse: ap_pass_brigade failed:");
124 "dialup: pulse returned: %d", status);
181 "dialup: declined, meets conditions, good luck core handler");
210 "dialup: failed, send pulse");
297 AP_DECLARE_MODULE(dialup) = variable
/macosx-10.10.1/postfix-255/postfix/conf/
H A Dpost-install858 for information about dialup sites or about sites inside a
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dnamed.vim101 syn keyword namedOption contained dialup fake-iquery fetch-glue
160 syn keyword namedZoneOpt contained notify dialup
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/
H A Dnamed.conf65 dialup yes;
317 dialup yes;
325 dialup yes;
/macosx-10.10.1/bind9-45.101/bind9/lib/bind9/
H A Dcheck.c1289 { "dialup", MASTERZONE | SLAVEZONE | STUBZONE },
1550 * Check the excessively complicated "dialup" option.
1553 const cfg_obj_t *dialup = NULL; local
1554 (void)cfg_map_get(zoptions, "dialup", &dialup);
1555 if (dialup != NULL && cfg_obj_isstring(dialup)) {
1556 const char *str = cfg_obj_asstring(dialup);
1566 "dialup type '%s' is not "
1576 "invalid dialup typ
[all...]
/macosx-10.10.1/bind9-45.101/bind9/lib/dns/include/dns/
H A Dzone.h1674 * Perform dialup-time maintenance on 'zone'.
1678 dns_zone_setdialup(dns_zone_t *zone, dns_dialuptype_t dialup);
1680 * Set the dialup type of 'zone' to 'dialup'.
1684 *\li 'dialup' to be a valid dialup type.
/macosx-10.10.1/bind9-45.101/bind9/lib/dns/
H A Dview.c525 dialup(dns_zone_t *zone, void *dummy) { function
534 (void)dns_zt_apply(view->zonetable, ISC_FALSE, dialup, NULL);
H A Dzone.c9004 * If the zone is dialup we are done as we don't want to send
10928 * check if we are a dialup zone as we use the notify request
13483 dns_zone_setdialup(dns_zone_t *zone, dns_dialuptype_t dialup) { argument
13490 switch (dialup) {
/macosx-10.10.1/rsync-45/rsync/
H A Dtech_report.tex34 communications link, for example a dialup IP link. If $A$ is large,

Completed in 516 milliseconds