Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/netinet6/
H A Dnd6_var.h68 u_int32_t retrans; /* Retrans Timer */ member
H A Dnd6_nbr.c1812 u_int32_t retrans; in nd6_dad_start() local
1819 retrans = ndi->retrans * hz / 1000; in nd6_dad_start()
1821 timeout((void (*)(void *))nd6_dad_timer, (void *)ifa, retrans); in nd6_dad_start()
1939 u_int32_t retrans; in nd6_dad_timer() local
1998 retrans = ndi->retrans * hz / 1000; in nd6_dad_timer()
2000 timeout((void (*)(void *))nd6_dad_timer, (void *)ifa, retrans); in nd6_dad_timer()
2030 retrans = ndi->retrans * hz / 1000; in nd6_dad_timer()
2047 timeout((void (*)(void *))nd6_dad_timer, (void *)ifa, retrans); in nd6_dad_timer()
H A Dnd6.c505 ndi->retrans = RETRANS_TIMER; in nd6_ifreset()
850 u_int32_t retrans, flags; in nd6_service_neighbor_cache() local
945 retrans = ndi->retrans; in nd6_service_neighbor_cache()
956 ln_setexpire(ln, timenow + retrans / 1000); in nd6_service_neighbor_cache()
1072 ln_setexpire(ln, timenow + retrans / 1000); in nd6_service_neighbor_cache()
1092 ln_setexpire(ln, timenow + retrans / 1000); in nd6_service_neighbor_cache()
3348 bcopy(&ndi->retrans, &ondi->ndi.retrans, in nd6_ioctl()
4466 ln_setexpire(ln, timenow + ndi->retrans / 1000); in nd6_output_list()
H A Dnd6.h174 u_int32_t retrans; /* Retrans Timer */ member
427 u_int32_t retrans; /* Retrans Timer */ member
H A Dnd6_rtr.c446 ndi->retrans = ntohl(nd_ra->nd_ra_retransmit); in nd6_ra_input()
/xnu-10063.101.15/bsd/nfs/
H A Dnfs.h311 int retrans; /* times to retry send */ member
355 int retrans; /* times to retry send */ member
/xnu-10063.101.15/bsd/skywalk/nexus/flowswitch/
H A Dfsw_ethernet.c404 ln_setexpire(ln, net_uptime() + ndi->retrans / 1000); in fsw_ethernet_resolve()