Searched defs:tsType (Results 1 – 3 of 3) sorted by relevance
107 public final int tsType; field in IkeTrafficSelector122 int tsType, in IkeTrafficSelector()176 public IkeTrafficSelector( in IkeTrafficSelector()243 int tsType = Byte.toUnsignedInt(inputBuffer.get()); in decodeIkeTrafficSelectors() local273 private static IkeTrafficSelector decodeTrafficSelector(ByteBuffer inputBuffer, int tsType) in decodeTrafficSelector()
239 private static IkeTrafficSelector buildDefaultTrafficSelector( in buildDefaultTrafficSelector()
2311 int tsType = isInitTs ? PAYLOAD_TYPE_TS_INITIATOR : PAYLOAD_TYPE_TS_RESPONDER; in validateAndGetNegotiatedTs() local