Home
last modified time | relevance | path

Searched refs:nlmsg_ok (Results 1 – 3 of 3) sorted by relevance

/external/libnl/include/netlink/
Dmsg.h63 extern int nlmsg_ok(const struct nlmsghdr *, int);
135 nlmsg_ok(pos, rem); \
/external/libnl/lib/
Dnl.c528 while (nlmsg_ok(hdr, n)) { in recvmsgs()
Dmsg.c285 int nlmsg_ok(const struct nlmsghdr *nlh, int remaining) in nlmsg_ok() function