Searched refs:retrans (Results 1 – 7 of 7) sorted by relevance
| /xnu-11215.1.10/bsd/netinet6/ |
| H A D | nd6_var.h | 68 u_int32_t retrans; /* Retrans Timer */ member
|
| H A D | nd6_nbr.c | 1815 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 D | nd6.c | 501 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 D | nd6.h | 174 u_int32_t retrans; /* Retrans Timer */ member 342 u_int32_t retrans; /* Retrans Timer */ member
|
| H A D | nd6_rtr.c | 463 ndi->retrans = ntohl(nd_ra->nd_ra_retransmit); in nd6_ra_input()
|
| /xnu-11215.1.10/bsd/nfs/ |
| H A D | nfs.h | 311 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 D | fsw_ethernet.c | 414 ln_setexpire(ln, net_uptime() + ndi->retrans / 1000); in fsw_ethernet_resolve()
|