Searched refs:NLMSG_DONE (Results 1 – 5 of 5) sorted by relevance
84 public static final short NLMSG_DONE = 3; // End of a dump field in NetlinkConstants117 case NLMSG_DONE: return "NLMSG_DONE"; in stringForNlMsgType()
57 case NetlinkConstants.NLMSG_DONE: in parse()
125 if (hdr.nlmsg_type == NetlinkConstants.NLMSG_DONE) { in lookupUidByFamily()
20 import static android.net.netlink.NetlinkConstants.NLMSG_DONE;225 if (nlmsghdr.nlmsg_type == NLMSG_DONE) break; in pollSocketsInfo()
85 if (hdr.nlmsg_type == NetlinkConstants.NLMSG_DONE) { in testBasicWorkingGetNeighborsQuery()