Searched refs:Imax (Results 1 – 2 of 2) sorted by relevance
161 uint8_t Imax, in net_trickle_create() argument164 if (!(trickle && Imax > 0 && k > 0 && !CHECK_IMIN(Imin))) { in net_trickle_create()171 trickle->Imax = Imax; in net_trickle_create()172 trickle->Imax_abs = Imin << Imax; in net_trickle_create()180 trickle->Imin, trickle->Imax, trickle->k, in net_trickle_create()
60 uint8_t Imax; /**< Max number of doublings */ member88 uint8_t Imax,