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

  /external/libnl-headers/netlink/
attr.h 81 extern struct nlattr * nla_next(const struct nlattr *, int *);
263 pos = nla_next(pos, &(rem)))
275 pos = nla_next(pos, &(rem)))
  /system/core/libnl_2/
attr.c 97 struct nlattr *nla_next(const struct nlattr *nla, int *remaining) function

Completed in 20 milliseconds