Searched refs:PROTOCOL_ID_UNSET (Results 1 – 3 of 3) sorted by relevance
112 PROTOCOL_ID_UNSET,119 public static final int PROTOCOL_ID_UNSET = 0; field in IkePayload128 PROTOCOL_TO_STR.put(PROTOCOL_ID_UNSET, "Protocol Unset"); in PROTOCOL_TO_STR.put() argument
272 if (protocolId != PROTOCOL_ID_UNSET) { in validateNotifyPayloadForIkeAndNewChild()367 this(PROTOCOL_ID_UNSET, SPI_LEN_NOT_INCLUDED, SPI_NOT_INCLUDED, notifyType, notifyData); in IkeNotifyPayload()
68 assertEquals(IkePayload.PROTOCOL_ID_UNSET, payload.protocolId); in testDecodeNotifyPayloadSpiUnset()