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

  /external/libnl/include/netlink/
attr.h 95 extern struct nlattr * nla_reserve(struct nl_msg *, int, int);
  /external/libnl/lib/
attr.c 798 struct nlattr *nla_reserve(struct nl_msg *msg, int attrtype, int attrlen) function
834 * @see nla_reserve
841 nla = nla_reserve(msg, attrtype, datalen);
    [all...]

Completed in 264 milliseconds