Home
last modified time | relevance | path

Searched refs:retrans (Results 1 – 8 of 8) sorted by relevance

/xnu-8019.80.24/bsd/netinet6/
H A Dnd6_var.h68 u_int32_t retrans; /* Retrans Timer */ member
H A Dnd6_nbr.c1786 u_int32_t retrans; in nd6_dad_start() local
1793 retrans = ndi->retrans * hz / 1000; in nd6_dad_start()
1795 timeout((void (*)(void *))nd6_dad_timer, (void *)ifa, retrans); in nd6_dad_start()
1912 u_int32_t retrans; in nd6_dad_timer() local
1971 retrans = ndi->retrans * hz / 1000; in nd6_dad_timer()
1973 timeout((void (*)(void *))nd6_dad_timer, (void *)ifa, retrans); in nd6_dad_timer()
2001 retrans = ndi->retrans * hz / 1000; in nd6_dad_timer()
2018 timeout((void (*)(void *))nd6_dad_timer, (void *)ifa, retrans); in nd6_dad_timer()
H A Dnd6.c501 ndi->retrans = RETRANS_TIMER; in nd6_ifreset()
846 u_int32_t retrans, flags; in nd6_service_neighbor_cache() local
935 retrans = ndi->retrans; in nd6_service_neighbor_cache()
946 ln_setexpire(ln, timenow + retrans / 1000); in nd6_service_neighbor_cache()
1060 ln_setexpire(ln, timenow + retrans / 1000); in nd6_service_neighbor_cache()
1080 ln_setexpire(ln, timenow + retrans / 1000); in nd6_service_neighbor_cache()
3285 bcopy(&ndi->retrans, &ondi->ndi.retrans, in nd6_ioctl()
4391 ln_setexpire(ln, timenow + ndi->retrans / 1000); in nd6_output_list()
H A Dnd6.h164 u_int32_t retrans; /* Retrans Timer */ member
417 u_int32_t retrans; /* Retrans Timer */ member
H A Dnd6_rtr.c447 ndi->retrans = ntohl(nd_ra->nd_ra_retransmit); in nd6_ra_input()
/xnu-8019.80.24/bsd/skywalk/nexus/flowswitch/
H A Dfsw_ethernet.c407 ln_setexpire(ln, net_uptime() + ndi->retrans / 1000); in fsw_ethernet_resolve()
/xnu-8019.80.24/bsd/nfs/
H A Dnfs.h306 int retrans; /* times to retry send */ member
350 int retrans; /* times to retry send */ member
H A Dnfs_vfsops.c1056 args.retrans = tempargs.retrans; in nfs_convert_old_nfs_args()
1239 if ((args.flags & NFSMNT_RETRANS) && (args.retrans > 0)) { in nfs_convert_old_nfs_args()
1358 xb_add_32(error, &xb, args.retrans); in nfs_convert_old_nfs_args()