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

  /external/libnl/include/netlink/
msg.h 64 extern int nlmsg_ok(const struct nlmsghdr *, int);
135 nlmsg_ok(pos, rem); \
  /external/libnl/lib/
msg.c 179 int nlmsg_ok(const struct nlmsghdr *nlh, int remaining) function
nl.c 803 while (nlmsg_ok(hdr, n)) {
  /external/libnl/python/netlink/
capi.i 207 extern int nlmsg_ok(const struct nlmsghdr *, int);

Completed in 131 milliseconds