Home
last modified time | relevance | path

Searched refs:NLMSG_OK (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/bionic/
Dbionic_netlink.cpp84 for (; NLMSG_OK(hdr, static_cast<size_t>(bytes_read)); hdr = NLMSG_NEXT(hdr, bytes_read)) { in ReadResponses()
/bionic/libc/kernel/uapi/linux/
Dnetlink.h96 #define NLMSG_OK(nlh,len) ((len) >= (int) sizeof(struct nlmsghdr) && (nlh)->nlmsg_len >= sizeof(str… macro