Searched refs:nlmsg_ok (Results 1 – 7 of 7) sorted by relevance
/external/libnl/include/netlink/ |
D | msg.h | 60 extern int nlmsg_ok(const struct nlmsghdr *, int); 131 nlmsg_ok(pos, rem); \
|
/external/libnl/ |
D | libnl-3.sym | 308 nlmsg_ok;
|
/external/libnl/lib/ |
D | msg.c | 174 int nlmsg_ok(const struct nlmsghdr *nlh, int remaining) in nlmsg_ok() function
|
D | nl.c | 848 while (nlmsg_ok(hdr, n)) { in recvmsgs()
|
/external/libnl/python/netlink/ |
D | capi.i | 212 extern int nlmsg_ok(const struct nlmsghdr *, int);
|
/external/wmediumd/wmediumd/ |
D | wmediumd.c | 1332 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/ |
D | core.txt | 1170 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
|