HomeSort by relevance Sort by last modified time
    Searched full:raol (Results 1 - 1 of 1) sorted by null

  /external/dhcpcd/
ipv6rs.c 289 struct ra_opt *rao, *raol; local
510 for (raol = NULL, rao = rap->options;
512 raol = rao, rao = rao->next)
520 if (raol)
521 raol->next = rao->next;
684 struct ra_opt *rao, *raol, *raon; local
718 for (rao = rap->options, raol = NULL;
720 raol = rao, rao = raon)
729 if (raol)
730 raol = raon
    [all...]

Completed in 1680 milliseconds