Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/netinet6/
H A Dnd6_var.h68 u_int32_t retrans; /* Retrans Timer */ member
H A Dnd6_nbr.c1815 u_int32_t retrans; in nd6_dad_start() local
1822 retrans = ndi->retrans * hz / 1000; in nd6_dad_start()
1824 timeout((void (*)(void *))nd6_dad_timer, (void *)ifa, retrans); in nd6_dad_start()
1942 u_int32_t retrans; in nd6_dad_timer() local
2001 retrans = ndi->retrans * hz / 1000; in nd6_dad_timer()
2003 timeout((void (*)(void *))nd6_dad_timer, (void *)ifa, retrans); in nd6_dad_timer()
2033 retrans = ndi->retrans * hz / 1000; in nd6_dad_timer()
2050 timeout((void (*)(void *))nd6_dad_timer, (void *)ifa, retrans); in nd6_dad_timer()
H A Dnd6.c501 ndi->retrans = RETRANS_TIMER; in nd6_ifreset()
855 u_int32_t retrans, flags; in nd6_service_neighbor_cache() local
950 retrans = ndi->retrans; in nd6_service_neighbor_cache()
961 ln_setexpire(ln, timenow + retrans / 1000); in nd6_service_neighbor_cache()
1077 ln_setexpire(ln, timenow + retrans / 1000); in nd6_service_neighbor_cache()
1097 ln_setexpire(ln, timenow + retrans / 1000); in nd6_service_neighbor_cache()
3128 bcopy(&ndi->retrans, &ondi->ndi.retrans, in nd6_ioctl()
4248 ln_setexpire(ln, timenow + ndi->retrans / 1000); in nd6_output_list()
H A Dnd6.h174 u_int32_t retrans; /* Retrans Timer */ member
342 u_int32_t retrans; /* Retrans Timer */ member
H A Dnd6_rtr.c463 ndi->retrans = ntohl(nd_ra->nd_ra_retransmit); in nd6_ra_input()
/xnu-11215.1.10/bsd/nfs/
H A Dnfs.h311 int retrans; /* times to retry send */ member
355 int retrans; /* times to retry send */ member
/xnu-11215.1.10/bsd/skywalk/nexus/flowswitch/
H A Dfsw_ethernet.c414 ln_setexpire(ln, net_uptime() + ndi->retrans / 1000); in fsw_ethernet_resolve()