Searched refs:RTM_NEWLINK (Results 1 – 7 of 7) sorted by relevance
47 import static com.android.net.module.util.netlink.NetlinkConstants.RTM_NEWLINK;77 assertEquals("RTM_NEWLINK", stringForNlMsgType(RTM_NEWLINK, NETLINK_ROUTE)); in testStringForNlMsgType()129 assertTrue(stringForNlMsgType(RTM_NEWLINK, UNKNOWN_FAMILY).startsWith("unknown")); in testStringForNlMsgType_UnknownFamily()
74 assertEquals(NetlinkConstants.RTM_NEWLINK, hdr.nlmsg_type); in testParseRtmNewLink()
110 public static final short RTM_NEWLINK = 16; field in NetlinkConstants197 case RTM_NEWLINK: return "RTM_NEWLINK"; in stringForRtMsgType()
137 case NetlinkConstants.RTM_NEWLINK: in parseRtMessage()
25 import static com.android.net.module.util.netlink.NetlinkConstants.RTM_NEWLINK;375 header.nlmsg_type = RTM_NEWLINK; in setAddrGenModeToNone()
516 case NetlinkConstants.RTM_NEWLINK: in updateClatInterfaceLinkState()544 case NetlinkConstants.RTM_NEWLINK: in processRtNetlinkLinkMessage()
199 case NetlinkConstants.RTM_NEWLINK: in processRtNetlinkLinkMessage()