Home | History | Annotate | Download | only in Ip4Dxe

Lines Matching refs:OptLen

31   @param  OptLen           The length of the IP4 option

43 IN UINT32 OptLen
57 Ip4CopyOption (Option, OptLen, FirstFragment, NULL, &Len);
68 Ip4CopyOption (Option, OptLen, FirstFragment, (UINT8 *) (PacketHead + 1), &Len);
197 @param[in] OptLen The length of the option
221 IN UINT32 OptLen,
262 HeadLen = sizeof (IP4_HEAD) + ((OptLen + 3) & (~0x03));
281 &OptLen,
376 Ip4PrependHead (Fragment, Head, Option, OptLen);
431 Ip4PrependHead (Packet, Head, Option, OptLen);