Home | History | Annotate | Download | only in Dhcp6Dxe

Lines Matching refs:OptLen

614   @param[in]      OptLen        The length of option contents.

624 IN UINT16 OptLen,
640 ASSERT (OptLen != 0);
644 WriteUnaligned16 ((UINT16 *) Buf, OptLen);
646 CopyMem (Buf, Data, NTOHS (OptLen));
647 Buf += NTOHS (OptLen);