Searched refs:ttl (Results 1 - 25 of 131) sorted by relevance

123456

/freebsd-10.0-release/usr.sbin/pkg/
H A Ddns_utils.h34 unsigned int ttl; member in struct:dns_srvinfo
/freebsd-10.0-release/contrib/tcpdump/
H A Dprint-carp.c54 carp_print(register const u_char *bp, register u_int len, int ttl) argument
67 if (ttl != 255)
68 printf("[ttl=%d!] ", ttl);
H A Dprint-vrrp.c88 vrrp_print(register const u_char *bp, register u_int len, int ttl) argument
98 if (ttl != 255)
99 printf(", (ttl %u)", ttl);
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/baddof/
H A Dbaddof.c57 static int ttl, valid; local
91 ttl += rv;
93 if (ttl < 10000) {
98 printf("enabled %d probes; resetting device.\n", ttl);
111 ttl = 0;
139 ttl += rv;
/freebsd-10.0-release/contrib/ipfilter/lib/
H A Dload_hashnode.c19 load_hashnode(unit, name, node, ttl, iocfunc)
23 int ttl;
43 ipe.ipe_die = ttl;
H A Dload_poolnode.c19 load_poolnode(role, name, node, ttl, iocfunc)
23 int ttl;
47 pn.ipn_die = ttl;
/freebsd-10.0-release/contrib/unbound/validator/
H A Dval_kentry.h78 uint32_t ttl; member in struct:key_entry_data
167 * @param ttl: what ttl should the key have. relative.
168 * @param now: current time (added to ttl).
172 uint8_t* name, size_t namelen, uint16_t dclass, uint32_t ttl,
183 * @param now: current time (added to ttl of rrset)
196 * @param ttl: what ttl should the key have. relative.
197 * @param now: current time (added to ttl).
201 uint8_t* name, size_t namelen, uint16_t dclass, uint32_t ttl,
[all...]
H A Dval_kentry.c278 uint8_t* name, size_t namelen, uint16_t dclass, uint32_t ttl,
285 d->ttl = now + ttl;
305 d->ttl = rd->ttl + now;
324 uint8_t* name, size_t namelen, uint16_t dclass, uint32_t ttl,
331 d->ttl = now + ttl;
277 key_entry_create_null(struct regional* region, uint8_t* name, size_t namelen, uint16_t dclass, uint32_t ttl, uint32_t now) argument
323 key_entry_create_bad(struct regional* region, uint8_t* name, size_t namelen, uint16_t dclass, uint32_t ttl, uint32_t now) argument
/freebsd-10.0-release/lib/libc/nameser/
H A Dns_ttl.c98 u_long ttl, tmp; local
101 ttl = 0;
126 ttl += tmp;
135 ttl += tmp;
138 *dst = ttl;
/freebsd-10.0-release/lib/libutil/
H A Dlogin_ok.c136 const char **ttl; local
140 ttl = login_getcaplist(lc, allowcap, NULL);
142 if (ttl != NULL && !login_str2inlist(ttl, tty, grp, 0))
146 ttl = login_getcaplist(lc, denycap, NULL);
147 if (ttl != NULL && login_str2inlist(ttl, tty, grp, 0))
/freebsd-10.0-release/tools/tools/net80211/wesside/dics/
H A Ddics.c106 int check_signal(int s, char* ip, unsigned char* ttl, unsigned short* port) { argument
114 unsigned char ttl; member in struct:__anon11357
146 printf("Didn't get ttl! len=%d level=%d type=%d\n",
155 *ttl = ctl.ttl;
162 char* ip, char* ttl, unsigned short *port) {
179 *ttl = iph->ip_ttl;
294 // sending ttl..
315 unsigned char ttl = 0; local
398 ip, &ttl,
[all...]
/freebsd-10.0-release/contrib/amd/amd/
H A Dsrvr_amfs_auto.c109 * Called when final ttl of server has expired
167 int ttl = (FSRV_ERROR(fs) || FSRV_ISDOWN(fs)) ? 19 : AM_TTL; local
169 dlog("Last hard reference to file server %s - will timeout in %ds", fs->fs_host, ttl);
181 fs->fs_cid = timeout(ttl, timeout_srvr, (voidp) fs);
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/predicates/
H A Dtst.predcache.ksh123 ttl++;
133 /ttl/
135 printf("success; ttl is %d", ttl);
140 /ttl == 0/
/freebsd-10.0-release/contrib/unbound/services/cache/
H A Drrset.c140 if(equal && cached->ttl >= timenow &&
146 if( cached->ttl < timenow )
152 * update to fetch the latest data. ttl is not expired, because
156 newd->ttl = cached->ttl;
158 if(newd->rr_ttl[i] > newd->ttl)
159 newd->rr_ttl[i] = newd->ttl;
260 if(timenow > data->ttl) {
280 ->ttl) {
356 updata->ttl
[all...]
H A Ddns.c112 uint32_t ttl = rep->ttl; local
125 if(ttl == 0) {
200 if( now > ((struct reply_info*)e->data)->ttl ) {
462 if(now > r->ttl)
469 msg->rep->ttl = r->ttl - now;
472 else msg->rep->prefetch_ttl = PREFETCH_TTL_CALC(msg->rep->ttl);
514 if(now > d->ttl)
522 msg->rep->ttl
[all...]
H A Dinfra.c173 /** lookup version that does not check host ttl (you check it) */
195 data->ttl = timenow + infra->host_ttl;
258 if(e && ((struct infra_data*)e->data)->ttl < timenow) {
334 } else if( ((struct infra_data*)e->data)->ttl < timenow) {
388 } else if(((struct infra_data*)e->data)->ttl < timenow) {
436 int ttl = -2; local
439 if(data->ttl >= timenow) {
440 ttl = (int)(data->ttl - timenow);
450 return ttl;
[all...]
/freebsd-10.0-release/contrib/unbound/util/data/
H A Dmsgreply.h56 #define PREFETCH_TTL_CALC(ttl) ((ttl) - (ttl)/10)
124 uint32_t ttl; member in struct:reply_info
169 * this list can be locked (and id, ttl checked), to see if
/freebsd-10.0-release/contrib/ldns/ldns/
H A Dzone.h133 * \param[in] ttl default ttl to use
138 ldns_status ldns_zone_new_frm_fp(ldns_zone **z, FILE *fp, ldns_rdf *origin, uint32_t ttl, ldns_rr_class c);
145 * \param[in] ttl default ttl to use
151 ldns_status ldns_zone_new_frm_fp_l(ldns_zone **z, FILE *fp, ldns_rdf *origin, uint32_t ttl, ldns_rr_class c, int *line_nr);
/freebsd-10.0-release/contrib/ntp/conf/
H A Dgrundoon.conf13 manycastclient 239.1.1.1 autokey maxpoll 12 ttl 7
H A Dpogo.conf20 manycastclient 239.1.1.1 autokey maxpoll 12 ttl 7
H A Drackety.conf30 manycastclient 239.1.1.1 autokey maxpoll 12 ttl 7 # manycast
/freebsd-10.0-release/lib/libkvm/
H A Dkvm_getswapinfo.c115 int i, ttl; local
128 ttl = swinfo.sw_nblks - dmmax;
131 swap_ary[i].ksw_total = ttl;
137 tot.ksw_total += ttl;
160 int ti, ttl; local
197 ttl = xsd.xsw_nblks - dmmax;
200 swap_ary[unswdev].ksw_total = ttl;
206 tot.ksw_total += ttl;
/freebsd-10.0-release/contrib/apr-util/misc/
H A Dapr_reslist.c50 apr_interval_time_t ttl; /* TTL when we have too many resources */ member in struct:apr_reslist_t
227 if (now - res->freed < reslist->ttl) {
253 apr_interval_time_t ttl,
265 ttl < 0) {
285 rl->ttl = ttl;
342 if (reslist->ttl && (now - res->freed >= reslist->ttl)) {
/freebsd-10.0-release/contrib/sendmail/src/
H A Ddomain.c92 int ttl; local
115 &rcode, false, &ttl);
116 renew = curtime() + ttl;
211 int ttl = 0; local
336 GETLONG(ttl, cp);
397 if (ttl > 0 && pttl != NULL)
398 *pttl = ttl;
782 int ttl = 0; local
996 GETLONG(ttl, ap);
1143 if (ttl >
[all...]
/freebsd-10.0-release/contrib/apr-util/include/
H A Dapr_reslist.h73 * meet this maximum restriction as they expire (reach their ttl).
75 * @param ttl If non-zero, sets the maximum amount of time in microseconds an
91 apr_interval_time_t ttl,

Completed in 324 milliseconds

123456