Searched refs:retrans (Results 1 – 8 of 8) sorted by relevance
| /xnu-8020.101.4/bsd/netinet6/ |
| H A D | nd6_var.h | 68 u_int32_t retrans; /* Retrans Timer */ member
|
| H A D | nd6_nbr.c | 1791 u_int32_t retrans; in nd6_dad_start() local 1798 retrans = ndi->retrans * hz / 1000; in nd6_dad_start() 1800 timeout((void (*)(void *))nd6_dad_timer, (void *)ifa, retrans); in nd6_dad_start() 1917 u_int32_t retrans; in nd6_dad_timer() local 1976 retrans = ndi->retrans * hz / 1000; in nd6_dad_timer() 1978 timeout((void (*)(void *))nd6_dad_timer, (void *)ifa, retrans); in nd6_dad_timer() 2006 retrans = ndi->retrans * hz / 1000; in nd6_dad_timer() 2023 timeout((void (*)(void *))nd6_dad_timer, (void *)ifa, retrans); in nd6_dad_timer()
|
| H A D | nd6.c | 504 ndi->retrans = RETRANS_TIMER; in nd6_ifreset() 849 u_int32_t retrans, flags; in nd6_service_neighbor_cache() local 944 retrans = ndi->retrans; in nd6_service_neighbor_cache() 955 ln_setexpire(ln, timenow + retrans / 1000); in nd6_service_neighbor_cache() 1069 ln_setexpire(ln, timenow + retrans / 1000); in nd6_service_neighbor_cache() 1089 ln_setexpire(ln, timenow + retrans / 1000); in nd6_service_neighbor_cache() 3312 bcopy(&ndi->retrans, &ondi->ndi.retrans, in nd6_ioctl() 4427 ln_setexpire(ln, timenow + ndi->retrans / 1000); in nd6_output_list()
|
| H A D | nd6.h | 174 u_int32_t retrans; /* Retrans Timer */ member 427 u_int32_t retrans; /* Retrans Timer */ member
|
| H A D | nd6_rtr.c | 447 ndi->retrans = ntohl(nd_ra->nd_ra_retransmit); in nd6_ra_input()
|
| /xnu-8020.101.4/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw_ethernet.c | 407 ln_setexpire(ln, net_uptime() + ndi->retrans / 1000); in fsw_ethernet_resolve()
|
| /xnu-8020.101.4/bsd/nfs/ |
| H A D | nfs.h | 305 int retrans; /* times to retry send */ member 349 int retrans; /* times to retry send */ member
|
| H A D | nfs_vfsops.c | 1095 args.retrans = tempargs.retrans; in nfs_convert_old_nfs_args() 1278 if ((args.flags & NFSMNT_RETRANS) && (args.retrans > 0)) { in nfs_convert_old_nfs_args() 1397 xb_add_32(error, &xb, args.retrans); in nfs_convert_old_nfs_args()
|