Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/netinet6/
H A Dnd6_var.h72 u_int32_t retrans; /* Retrans Timer */ member
H A Dnd6_nbr.c1818 u_int32_t retrans; in nd6_dad_start() local
1825 retrans = ndi->retrans * hz / 1000; in nd6_dad_start()
1827 timeout((void (*)(void *))nd6_dad_timer, (void *)ifa, retrans); in nd6_dad_start()
1945 u_int32_t retrans; in nd6_dad_timer() local
2004 retrans = ndi->retrans * hz / 1000; in nd6_dad_timer()
2006 timeout((void (*)(void *))nd6_dad_timer, (void *)ifa, retrans); in nd6_dad_timer()
2036 retrans = ndi->retrans * hz / 1000; in nd6_dad_timer()
2054 timeout((void (*)(void *))nd6_dad_timer, (void *)ifa, retrans); in nd6_dad_timer()
H A Dnd6.c508 ndi->retrans = RETRANS_TIMER; in nd6_ifreset()
862 u_int32_t retrans, flags; in nd6_service_neighbor_cache() local
957 retrans = ndi->retrans; in nd6_service_neighbor_cache()
968 ln_setexpire(ln, timenow + retrans / 1000); in nd6_service_neighbor_cache()
1084 ln_setexpire(ln, timenow + retrans / 1000); in nd6_service_neighbor_cache()
1104 ln_setexpire(ln, timenow + retrans / 1000); in nd6_service_neighbor_cache()
3140 bcopy(&ndi->retrans, &ondi->ndi.retrans, in nd6_ioctl()
4272 ln_setexpire(ln, timenow + ndi->retrans / 1000); in nd6_output_list()
H A Dnd6.h181 u_int32_t retrans; /* Retrans Timer */ member
349 u_int32_t retrans; /* Retrans Timer */ member
H A Dnd6_rtr.c498 u_int32_t retrans = ntohl(nd_ra->nd_ra_retransmit); in nd6_ra_input() local
499 if (retrans < MAX_RA_RETRANS_TIMER) { in nd6_ra_input()
500 ndi->retrans = retrans; in nd6_ra_input()
505 retrans, ip6_sprintf(&ip6->ip6_src), ndi->retrans); in nd6_ra_input()
/xnu-12377.81.4/bsd/nfs/
H A Dnfs.h311 int retrans; /* times to retry send */ member
355 int retrans; /* times to retry send */ member
/xnu-12377.81.4/bsd/skywalk/nexus/flowswitch/
H A Dfsw_ethernet.c415 ln_setexpire(ln, net_uptime() + ndi->retrans / 1000); in fsw_ethernet_resolve()