Searched refs:RTM_NEWRULE (Results 1 – 2 of 2) sorted by relevance
104 public static final short RTM_NEWRULE = 32; field in NetlinkConstants163 case RTM_NEWRULE: return "RTM_NEWRULE"; in stringForRtMsgType()
47 import static android.net.netlink.NetlinkConstants.RTM_NEWRULE;88 assertEquals("RTM_NEWRULE", stringForNlMsgType(RTM_NEWRULE, NETLINK_ROUTE)); in testStringForNlMsgType()