Home
last modified time | relevance | path

Searched refs:RTPROT_KERNEL (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Connectivity/staticlibs/device/com/android/net/module/util/netlink/
DNetlinkConstants.java165 public static final short RTPROT_KERNEL = 2; field in NetlinkConstants
/packages/modules/NetworkStack/src/android/net/ip/
DIpClientLinkObserver.java28 import static com.android.net.module.util.netlink.NetlinkConstants.RTPROT_KERNEL;
360 return msg.getRtMsgHeader().protocol == RTPROT_KERNEL in isSupportedRouteProtocol()
/packages/modules/Connectivity/staticlibs/tests/unit/src/com/android/net/module/util/netlink/
DRtNetlinkRouteMessageTest.java85 assertEquals(NetlinkConstants.RTPROT_KERNEL, rtmsg.protocol); in assertRtmRouteMessage()
/packages/modules/NetworkStack/tests/unit/src/android/net/ip/
DIpClientTest.java24 import static com.android.net.module.util.netlink.NetlinkConstants.RTPROT_KERNEL;
279 (short) 0 /* tos */, (short) 0xfd /* main table */, RTPROT_KERNEL /* protocol */, in buildRtmRouteMessage()