Home
last modified time | relevance | path

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

/packages/modules/Wifi/framework/java/android/net/wifi/
DQosPolicyParams.java225 private final int mDstPort; field in QosPolicyParams
254 this.mDstPort = dstPort; in QosPolicyParams()
285 if (mDstPort < DESTINATION_PORT_ANY || mDstPort > 65535) { in validate()
286 Log.e(TAG, "Destination port not in valid range: " + mDstPort); in validate()
339 if (mDstPort != DESTINATION_PORT_ANY) { in validate()
483 return mDstPort; in getDestinationPort()
556 && mDstPort == that.mDstPort in equals()
567 mProtocol, Arrays.hashCode(mDstPortRange), mDirection, mIpVersion, mDstPort, in hashCode()
580 + "dstPort=" + mDstPort + ", " in toString()
613 dest.writeInt(mDstPort); in writeToParcel()
[all …]
/packages/modules/Connectivity/framework/src/android/net/
DKeepalivePacketData.java52 private final int mDstPort; field in KeepalivePacketData
72 this.mDstPort = dstPort; in KeepalivePacketData()
108 return mDstPort; in getDstPort()
124 + ", dstPort=" + mDstPort in toString()
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DBpfCoordinatorTest.java307 private int mDstPort = REMOTE_PORT; field in BpfCoordinatorTest.TestUpstream4Key.Builder
318 return new Tether4Key(mIif, mDstMac, mL4proto, mSrc4, mDst4, mSrcPort, mDstPort); in build()
331 private int mDstPort = PUBLIC_PORT; field in BpfCoordinatorTest.TestDownstream4Key.Builder
342 return new Tether4Key(mIif, mDstMac, mL4proto, mSrc4, mDst4, mSrcPort, mDstPort); in build()
357 private int mDstPort = REMOTE_PORT; field in BpfCoordinatorTest.TestUpstream4Value.Builder
367 mSrc46, mDst46, mSrcPort, mDstPort, mLastUsed); in build()
382 private int mDstPort = PRIVATE_PORT; field in BpfCoordinatorTest.TestDownstream4Value.Builder
392 mSrc46, mDst46, mSrcPort, mDstPort, mLastUsed); in build()