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

  /external/libnl/include/netlink/
msg.h 67 extern struct nlattr * nlmsg_find_attr(struct nlmsghdr *, int, int);
  /external/libnl/lib/
msg.c 330 * nlmsg_find_attr - find a specific attribute in a netlink message
337 struct nlattr *nlmsg_find_attr(struct nlmsghdr *nlh, int hdrlen, int attrtype) function

Completed in 73 milliseconds