HomeSort by relevance Sort by last modified time
    Searched defs:sla_max (Results 1 - 2 of 2) sorted by null

  /external/dhcpcd-6.8.2/
if-options.h 140 uint32_t sla_max; member in struct:if_ia
dhcp6.c 428 uint32_t sla_max; local
431 if (ia->sla_max == 0) {
434 sla_max = 0;
436 if (ifi != ifp && ifi->index > sla_max)
437 sla_max = ifi->index;
440 sla_max = ia->sla_max;
442 bits = ffs32(sla_max);
460 if (ia->sla_max == 0)
461 /* Work out the real sla_max from our bits used *
    [all...]

Completed in 118 milliseconds