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

  /external/libnl/include/netlink/
msg.h 76 extern struct nl_msg * nlmsg_convert(struct nlmsghdr *);
  /external/libnl/lib/
msg.c 120 * // can be converted into nl_msg objects using nlmsg_convert(). This
124 * struct nl_msg *msg = nlmsg_convert(nlh_from_nl_sock);
487 struct nl_msg *nlmsg_convert(struct nlmsghdr *hdr) function
nl.c 532 msg = nlmsg_convert(hdr);

Completed in 214 milliseconds