Searched refs:raMsg (Results 1 – 1 of 1) sorted by relevance
227 public static List<PrefixInformationOption> getRaPios(byte[] raMsg) { in getRaPios() argument230 if (raMsg == null) { in getRaPios()234 final ByteBuffer buf = ByteBuffer.wrap(raMsg); in getRaPios()246 while (buf.position() < raMsg.length) { in getRaPios()