Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/common/netlinkclient/src/android/net/netlink/
DStructInetDiagSockId.java46 private final InetSocketAddress mLocSocketAddress; field in StructInetDiagSockId
54 mLocSocketAddress = loc; in StructInetDiagSockId()
60 byteBuffer.putShort((short) mLocSocketAddress.getPort()); in pack()
62 byteBuffer.put(mLocSocketAddress.getAddress().getAddress()); in pack()
63 if (mLocSocketAddress.getAddress() instanceof Inet4Address) { in pack()
78 + "idiag_sport{" + mLocSocketAddress.getPort() + "}, " in toString()
80 + "idiag_src{" + mLocSocketAddress.getAddress().getHostAddress() + "}, " in toString()