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

  /external/libnl/include/netlink/
msg.h 64 extern struct nlmsghdr * nlmsg_next(struct nlmsghdr *, int *);
136 pos = nlmsg_next(pos, &(rem)))
  /external/libnl/lib/
nl.c 662 hdr = nlmsg_next(hdr, &n);
msg.c 63 * nlmsg_next(nlh)-----------------------+
155 * hdr = nlmsg_next(hdr, &n);
300 struct nlmsghdr *nlmsg_next(struct nlmsghdr *nlh, int *remaining) function

Completed in 83 milliseconds