Searched defs:tsType (Results 1 – 3 of 3) sorted by relevance
111 public final int tsType; field in IkeTrafficSelector126 int tsType, in IkeTrafficSelector()180 public IkeTrafficSelector( in IkeTrafficSelector()286 int tsType = Byte.toUnsignedInt(inputBuffer.get()); in decodeIkeTrafficSelectors() local316 private static IkeTrafficSelector decodeTrafficSelector(ByteBuffer inputBuffer, int tsType) in decodeTrafficSelector()
373 private static IkeTrafficSelector buildDefaultTrafficSelector( in buildDefaultTrafficSelector()
2703 int tsType = isInitTs ? PAYLOAD_TYPE_TS_INITIATOR : PAYLOAD_TYPE_TS_RESPONDER; in validateAndGetNegotiatedTs() local