Searched refs:max_ttl (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10.1/postfix-255/postfix/src/util/
H A Dauto_clnt.c9 /* AUTO_CLNT *auto_clnt_create(service, timeout, max_idle, max_ttl)
13 /* int max_ttl;
73 /* .IP max_ttl
122 int max_ttl; /* time before client disconnect */ member in struct:AUTO_CLNT
206 if (auto_clnt->max_ttl > 0)
208 auto_clnt->max_ttl);
272 int max_idle, int max_ttl)
292 auto_clnt->max_ttl = max_ttl;
271 auto_clnt_create(const char *service, int timeout, int max_idle, int max_ttl) argument
H A Dattr_clnt.c12 /* ATTR_CLNT *attr_clnt_create(server, timeout, max_idle, max_ttl)
16 /* int max_ttl;
111 int max_idle, int max_ttl)
116 client->auto_clnt = auto_clnt_create(service, timeout, max_idle, max_ttl);
110 attr_clnt_create(const char *service, int timeout, int max_idle, int max_ttl) argument
/macosx-10.10.1/bind9-45.101/bind9/contrib/zkt/
H A Dzconf.c150 { "Max_TTL", first, 100, CONF_TIMEINT, &def.max_ttl },
151 { "MaximumTTL", 101, last, CONF_TIMEINT, &def.max_ttl },
251 set_varptr ("max_ttl", &cp->max_ttl, cp2 ? &cp2->max_ttl: NULL);
877 long max_ttl; local
882 max_ttl = z->max_ttl;
883 if ( max_ttl <= 0 )
884 max_ttl
[all...]
H A Dzconf.h148 long max_ttl; /* should be set to the maximum used ttl in the zone */ member in struct:zconf
H A Dzkt-signer.c264 if ( config->max_ttl <= 0 || dynamic_zone )
267 config->max_ttl = config->sigvalidity;
H A Drollover.c553 /* As mentioned by olaf, this is the max_ttl of all the rr in the zone */
554 lifetime = z->max_ttl + z->proptime; /* draft kolkman/gieben */
/macosx-10.10.1/network_cmds-457/traceroute.tproj/
H A Dtraceroute.c369 int max_ttl; variable
547 size_t sz = sizeof(max_ttl);
549 if (sysctl(mib, 4, &max_ttl, &sz, NULL, 0) == -1) {
555 max_ttl = 30;
618 max_ttl = str2val(optarg, "max ttl", 1, 255);
687 if (first_ttl > max_ttl) {
690 prog, first_ttl, max_ttl);
976 Fprintf(stderr, ", %d hops max, %d byte packets\n", max_ttl, packlen);
979 for (ttl = first_ttl; ttl <= max_ttl; ++ttl) {
1821 "\t[-M first_ttl] [-m max_ttl] [
[all...]

Completed in 124 milliseconds