Searched refs:NLMSG_DONE (Results 1 – 5 of 5) sorted by relevance
87 public static final short NLMSG_DONE = 3; // End of a dump field in NetlinkConstants138 case NLMSG_DONE: return "NLMSG_DONE"; in stringForCtlMsgType()
125 if (hdr.nlmsg_type == NetlinkConstants.NLMSG_DONE) { in lookupUidByFamily()
28 import static android.net.netlink.NetlinkConstants.NLMSG_DONE;119 assertEquals("NLMSG_DONE", stringForNlMsgType(NLMSG_DONE, family)); in testStringForNlMsgType_ControlMessage()
85 if (hdr.nlmsg_type == NetlinkConstants.NLMSG_DONE) { in testBasicWorkingGetNeighborsQuery()
20 import static android.net.netlink.NetlinkConstants.NLMSG_DONE;226 if (nlmsghdr.nlmsg_type == NLMSG_DONE) break; in pollSocketsInfo()