Home
last modified time | relevance | path

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

/packages/modules/Connectivity/staticlibs/device/com/android/net/module/util/netlink/
DRtNetlinkRouteMessage.java57 public static final short RTA_GATEWAY = 5; field in RtNetlinkRouteMessage
232 nlAttr = StructNlAttr.findNextAttrOfType(RTA_GATEWAY, byteBuffer); in parse()
302 final StructNlAttr gateway = new StructNlAttr(RTA_GATEWAY, mGateway.getAddress()); in pack()