Searched refs:RTPROT_KERNEL (Results 1 – 4 of 4) sorted by relevance
165 public static final short RTPROT_KERNEL = 2; field in NetlinkConstants
28 import static com.android.net.module.util.netlink.NetlinkConstants.RTPROT_KERNEL;360 return msg.getRtMsgHeader().protocol == RTPROT_KERNEL in isSupportedRouteProtocol()
85 assertEquals(NetlinkConstants.RTPROT_KERNEL, rtmsg.protocol); in assertRtmRouteMessage()
24 import static com.android.net.module.util.netlink.NetlinkConstants.RTPROT_KERNEL;279 (short) 0 /* tos */, (short) 0xfd /* main table */, RTPROT_KERNEL /* protocol */, in buildRtmRouteMessage()