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

  /external/libnl/lib/
attr.c 52 * nla_next(attr1)------^
484 * the attribute stream using nla_next().
507 * nla_next() can be called as long as remainig is >0.
511 struct nlattr *nla_next(const struct nlattr *nla, int *remaining) function
    [all...]
  /external/dhcpcd-6.8.2/
if-linux.c 920 nla_next(struct nlattr *nla, size_t *rem) function
935 for (pos = head, rem = len; NLA_OK(pos, rem); pos = nla_next(pos, &(rem)))
    [all...]

Completed in 64 milliseconds