Searched refs:ikeOptionsRecord (Results 1 – 1 of 1) sorted by relevance
571 private static boolean hasIkeOption(long ikeOptionsRecord, @IkeOption int ikeOption) { in hasIkeOption() argument573 return (ikeOptionsRecord & getOptionBitValue(ikeOption)) != 0; in hasIkeOption()