Searched refs:SPI_NOT_INCLUDED (Results 1 – 7 of 7) sorted by relevance
88 public static int SPI_NOT_INCLUDED = 0; field in IkeLocalRequestScheduler297 return getIkeLocalRequest(type, SPI_NOT_INCLUDED); in getIkeLocalRequest()310 SPI_NOT_INCLUDED, in getChildLocalRequest()
1628 if (req.remoteSpi == IkeLocalRequestScheduler.SPI_NOT_INCLUDED in isRequestForCurrentSa()1634 if (req.remoteSpi == IkeLocalRequestScheduler.SPI_NOT_INCLUDED in isRequestForCurrentSa()
138 public static final int SPI_NOT_INCLUDED = 0; field in IkePayload
297 spi = SPI_NOT_INCLUDED; in IkeNotifyPayload()444 this(PROTOCOL_ID_UNSET, SPI_LEN_NOT_INCLUDED, SPI_NOT_INCLUDED, notifyType, notifyData); in IkeNotifyPayload()
458 if (reqProposal.spiSize != SPI_NOT_INCLUDED in getVerifiedNegotiatedIkeProposalPair()463 if (respProposal.spiSize != SPI_NOT_INCLUDED in getVerifiedNegotiatedIkeProposalPair()663 long spi = SPI_NOT_INCLUDED; in readFrom()855 ikeSpiResource == null ? SPI_NOT_INCLUDED : ikeSpiResource.getSpi(), in IkeProposal()
106 assertEquals(IkePayload.SPI_NOT_INCLUDED, payload.spi); in testDecodeNotifyPayloadSpiUnset()
652 assertEquals(IkePayload.SPI_NOT_INCLUDED, proposal.spi);