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

  /external/libnl/include/netlink/
msg.h 63 extern int nlmsg_ok(const struct nlmsghdr *, int);
135 nlmsg_ok(pos, rem); \
  /external/libnl/lib/
nl.c 528 while (nlmsg_ok(hdr, n)) {
msg.c 153 * while (nlmsg_ok(hdr, n)) {
285 int nlmsg_ok(const struct nlmsghdr *nlh, int remaining) function

Completed in 30 milliseconds