Home
last modified time | relevance | path

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

/external/libnl/include/netlink/
Dmsg.h60 extern int nlmsg_ok(const struct nlmsghdr *, int);
131 nlmsg_ok(pos, rem); \
/external/libnl/
Dlibnl-3.sym308 nlmsg_ok;
/external/libnl/lib/
Dmsg.c174 int nlmsg_ok(const struct nlmsghdr *nlh, int remaining) in nlmsg_ok() function
Dnl.c848 while (nlmsg_ok(hdr, n)) { in recvmsgs()
/external/libnl/python/netlink/
Dcapi.i212 extern int nlmsg_ok(const struct nlmsghdr *, int);
/external/wmediumd/wmediumd/
Dwmediumd.c1332 if (!nlmsg_ok((const struct nlmsghdr *)data, len)) in wmediumd_vu_handle()
1619 if (!nlmsg_ok((const struct nlmsghdr *)data, len)) { in wmediumd_api_handler()
/external/libnl/doc/
Dcore.txt1170 nlmsg_ok() --> Ignore
1275 To simplify this, the function nlmsg_ok() exists which returns true if
1285 int nlmsg_ok(const struct nlmsghdr *hdr, int remaining);
1298 while (nlmsg_ok(hdr, length)) {
1305 CAUTION: nlmsg_ok() only returns true if the *complete* message including