Home
last modified time | relevance | path

Searched defs:protocolId (Results 1 – 3 of 3) sorted by relevance

/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/message/
DIkeDeletePayload.java58 @ProtocolId public final int protocolId; field in IkeDeletePayload
DIkeNotifyPayload.java216 public final int protocolId; field in IkeNotifyPayload
348 protected IkeNotifyPayload( in IkeNotifyPayload()
392 public IkeNotifyPayload( in IkeNotifyPayload()
DIkeSaPayload.java555 public final int protocolId; field in IkeSaPayload.Proposal
565 int protocolId, in Proposal()
588 int protocolId = Byte.toUnsignedInt(inputBuffer.get()); in readFrom() local