Searched refs:NLMSG_DONE (Results 1 – 5 of 5) sorted by relevance
106 public static final short NLMSG_DONE = 3; // End of a dump field in NetlinkConstants185 case NLMSG_DONE: return "NLMSG_DONE"; in stringForCtlMsgType()
34 import static com.android.net.module.util.netlink.NetlinkConstants.NLMSG_DONE;365 if (nlMsg.getHeader().nlmsg_type == NLMSG_DONE) { in getAndProcessNetlinkDumpMessagesWithFd()
215 if (hdr.nlmsg_type == NetlinkConstants.NLMSG_DONE) { in lookupUidByFamily()
32 import static com.android.net.module.util.netlink.NetlinkConstants.NLMSG_DONE;122 assertEquals("NLMSG_DONE", stringForNlMsgType(NLMSG_DONE, family)); in testStringForNlMsgType_ControlMessage()
32 import static com.android.net.module.util.netlink.NetlinkConstants.NLMSG_DONE;407 if (nlmsghdr.nlmsg_type == NLMSG_DONE) { in getLengthAndVerifyMsgHeader()