Searched refs:selectorLength (Results 1 – 3 of 3) sorted by relevance
115 public final int selectorLength; field in IkeTrafficSelector128 int selectorLength, in IkeTrafficSelector() argument135 this.selectorLength = selectorLength; in IkeTrafficSelector()192 this.selectorLength = TRAFFIC_SELECTOR_IPV4_LEN; in IkeTrafficSelector()202 this.selectorLength = TRAFFIC_SELECTOR_IPV6_LEN; in IkeTrafficSelector()432 selectorLength, in hashCode()481 .putShort((short) selectorLength) in encodeToByteBuffer()
114 assertEquals(IkeTrafficSelector.TRAFFIC_SELECTOR_IPV4_LEN, tsOne.selectorLength); in testDecodeIkeTrafficSelectors()125 assertEquals(IkeTrafficSelector.TRAFFIC_SELECTOR_IPV4_LEN, tsTwo.selectorLength); in testDecodeIkeTrafficSelectors()142 ByteBuffer byteBuffer = ByteBuffer.allocate(ts.selectorLength); in testBuildAndEncodeIkeTrafficSelector()345 ByteBuffer byteBuffer = ByteBuffer.allocate(mTsIpv6Three.selectorLength); in testBuildAndEncodeIpv6TrafficSelector()
135 len += ts.selectorLength; in getPayloadLength()