Searched refs:hbh (Results 1 – 1 of 1) sorted by relevance
260 HopByHopHeader hbh; in InsertMplOption() local265 IgnoreError(aMessage.Read(0, hbh)); in InsertMplOption()266 hbhLength = (hbh.GetLength() + 1) * 8; in InsertMplOption()271 hbh.SetLength(hbh.GetLength() + 1); in InsertMplOption()272 aMessage.Write(0, hbh); in InsertMplOption()331 HopByHopHeader hbh; in RemoveMplOption() local343 IgnoreError(aMessage.Read(offset, hbh)); in RemoveMplOption()344 endOffset = offset + (hbh.GetLength() + 1) * 8; in RemoveMplOption()347 offset += sizeof(hbh); in RemoveMplOption()366 if (mplOffset == sizeof(ip6Header) + sizeof(hbh) && hbh.GetLength() == 0) in RemoveMplOption()[all …]