Searched refs:CONFIG_HEADER_RESERVED_LEN (Results 1 – 1 of 1) sorted by relevance
66 private static final int CONFIG_HEADER_RESERVED_LEN = 3; field in IkeConfigPayload116 inputBuffer.get(new byte[CONFIG_HEADER_RESERVED_LEN]); in IkeConfigPayload()1241 byteBuffer.put((byte) configType).put(new byte[CONFIG_HEADER_RESERVED_LEN]); in encodeToByteBuffer()