/freebsd/contrib/sendmail/src/ |
H A D | sm_resolve.c | 1222 dns_lookup_int(domain, rr_class, rr_type, retrans, retry, options, flags, err, herr) in dns_lookup_int() argument 1226 time_t retrans; 1271 if (retrans > 0) 1273 save_retrans = _res.retrans; 1274 _res.retrans = retrans; 1344 if (retrans > 0) 1345 _res.retrans = save_retrans; 1368 dns_lookup_map(domain, rr_class, rr_type, retrans, retry, options) in dns_lookup_map() argument 1372 time_t retrans; 1376 return dns_lookup_int(domain, rr_class, rr_type, retrans, retry,
|
H A D | sm_resolve.h | 151 time_t retrans,
|
H A D | daemon.c | 4142 time_t SM_NONVOLATILE retrans = 0; local 4223 retrans = _res.retrans; 4224 _res.retrans = map->map_timeout; 4332 _res.retrans = retrans; 4665 if (_res.retry * _res.retrans > 20) 4666 _res.retry = 20 / _res.retrans;
|
H A D | main.c | 730 TimeOuts.res_retrans[RES_TO_DEFAULT] = _res.retrans; 731 TimeOuts.res_retrans[RES_TO_FIRST] = _res.retrans; 732 TimeOuts.res_retrans[RES_TO_NORMAL] = _res.retrans; 1439 _res.retrans = TimeOuts.res_retrans[RES_TO_DEFAULT]; 3006 _res.retrans = TimeOuts.res_retrans[RES_TO_FIRST];
|
H A D | savemail.c | 602 _res.retrans = TimeOuts.res_retrans[RES_TO_FIRST];
|
H A D | queue.c | 4456 _res.retrans = TimeOuts.res_retrans[RES_TO_FIRST]; 4461 _res.retrans = TimeOuts.res_retrans[RES_TO_NORMAL];
|
/freebsd/lib/libc/resolv/ |
H A D | res_data.c | 99 if (!statp->retrans) in res_init() 100 statp->retrans = RES_TIMEOUT; in res_init()
|
H A D | res_init.c | 188 statp->retrans = RES_TIMEOUT; in __res_vinit() 612 statp->retrans = i; in res_setoptions() 614 statp->retrans = RES_MAXRETRANS; in res_setoptions() 617 printf(";;\ttimeout=%d\n", statp->retrans); in res_setoptions() 626 statp->retrans = atoi(cp + sizeof("retrans:") - 1); in res_setoptions()
|
H A D | res_send.c | 926 seconds = (statp->retrans << tries); in send_dg()
|
/freebsd/sys/nfsclient/ |
H A D | nfsargs.h | 55 int retrans; /* times to retry send */ member
|
/freebsd/sys/nfs/ |
H A D | nfsdiskless.h | 85 int retrans; /* times to retry send */ member
|
/freebsd/sys/rpc/ |
H A D | clnt_dg.c | 340 int retrans; /* number of re-transmits so far */ in clnt_dg_call() local 403 retrans = 0; in clnt_dg_call() 655 if (retrans == 0) in clnt_dg_call() 668 retrans++; in clnt_dg_call() 707 if (retrans && in clnt_dg_call()
|
/freebsd/sys/netinet6/ |
H A D | nd6.h | 70 u_int32_t retrans; /* Retrans Timer */ member 150 u_int32_t retrans; /* Retrans Timer */ member
|
H A D | nd6.c | 291 nd->retrans = RETRANS_TIMER; in nd6_ifattach() 715 delay = (long)ND_IFINFO(ifp)->retrans * hz / 1000; in nd6_llinfo_setstate() 917 nd6_llinfo_settimer_locked(ln, (long)ndi->retrans * hz / 1000); in nd6_llinfo_timer() 1658 ND.retrans = ND_IFINFO(ifp)->retrans; in nd6_ioctl() 1689 if (ND.retrans != 0) in nd6_ioctl() 1690 ND_IFINFO(ifp)->retrans = ND.retrans; in nd6_ioctl()
|
H A D | nd6_nbr.c | 1428 (long)ND_IFINFO(ifa->ifa_ifp)->retrans * hz / 1000); in nd6_dad_timer() 1460 (long)ND_IFINFO(ifa->ifa_ifp)->retrans * hz / 1000); in nd6_dad_timer()
|
H A D | nd6_rtr.c | 455 ndi->retrans = ntohl(nd_ra->nd_ra_retransmit); in nd6_ra_input()
|
/freebsd/usr.sbin/ndp/ |
H A D | ndp.c | 1063 SETVALUE("retrans", ND.retrans); in ifinfo() 1093 xo_emit("{d:/, retrans=%ds%dms}{e:retrans_ms/%u}", ND.retrans / 1000, ND.retrans % 1000, in ifinfo() 1094 ND.retrans); in ifinfo()
|
/freebsd/sys/fs/nfsclient/ |
H A D | nfs_clvfsops.c | 250 args->retrans = oargs->retrans; in nfs_convert_oargs() 668 if ((argp->flags & NFSMNT_RETRANS) && argp->retrans > 1) { in nfs_decode_args() 669 nmp->nm_retry = argp->retrans; in nfs_decode_args() 914 .retrans = NFS_RETRANS, in nfs_mount() 1110 ret = sscanf(opt, "%d", &args.retrans); in nfs_mount() 1111 if (ret != 1 || args.retrans <= 0) { in nfs_mount()
|
/freebsd/contrib/sendmail/contrib/ |
H A D | bitdomain.c | 226 _res.retrans = 30;
|
/freebsd/include/ |
H A D | resolv.h | 143 int retrans; /*%< retransmission time interval */ member
|
/freebsd/usr.bin/w/ |
H A D | w.c | 192 _res.retrans = 2; /* resolver timeout to 2 seconds per try */ in main()
|
/freebsd/contrib/ldns/ |
H A D | resolver.c | 476 ldns_resolver_set_retrans(ldns_resolver *r, uint8_t retrans) in ldns_resolver_set_retrans() argument 478 r->_retrans = retrans; in ldns_resolver_set_retrans()
|
/freebsd/contrib/sendmail/cf/cf/ |
H A D | submit.cf | 307 #O Timeout.resolver.retrans=5s 308 #O Timeout.resolver.retrans.first=5s 309 #O Timeout.resolver.retrans.normal=5s
|
/freebsd/usr.sbin/rtadvd/ |
H A D | config.c | 484 MAYHAVE(val64, "retrans", DEF_ADVRETRANSTIMER); in getconfig() 486 syslog(LOG_ERR, "<%s> retrans time (%" PRIu64 ") on %s out of range", in getconfig() 658 ndi.ndi.retrans = rai->rai_retranstimer; in getconfig()
|
/freebsd/contrib/sendmail/cf/m4/ |
H A D | proto.m4 | 455 _OPTION(Timeout.resolver.retrans, `confTO_RESOLVER_RETRANS', `5s') 456 _OPTION(Timeout.resolver.retrans.first, `confTO_RESOLVER_RETRANS_FIRST', `5s') 457 _OPTION(Timeout.resolver.retrans.normal, `confTO_RESOLVER_RETRANS_NORMAL', `5s')
|