Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dbionic_netlink.cpp86 if (hdr->nlmsg_type == NLMSG_DONE) return true; in ReadResponses()
/bionic/libc/kernel/uapi/linux/
Dnetlink.h89 #define NLMSG_DONE 0x3 macro