Searched refs:NLMSG_NOOP (Results 1 – 2 of 2) sorted by relevance
104 public static final short NLMSG_NOOP = 1; // Nothing field in NetlinkConstants183 case NLMSG_NOOP: return "NLMSG_NOOP"; in stringForCtlMsgType()
34 import static com.android.net.module.util.netlink.NetlinkConstants.NLMSG_NOOP;120 assertEquals("NLMSG_NOOP", stringForNlMsgType(NLMSG_NOOP, family)); in testStringForNlMsgType_ControlMessage()