Home | History | Annotate | Download | only in IpSecDxe

Lines Matching defs:AddrLen

49   UINT8           AddrLen;

57 AddrLen = (UINT8) ((IpVersion == IP_VERSION_4) ? 32 : 128);
59 if (AddrLen <= PrefixLength) {