Searched refs:Ip6Str (Results 1 – 2 of 2) sorted by relevance
46 CHAR8 *Ip6Str; in Mtftp6ParseMcastOption() local58 Ip6Str = (CHAR8 *) AllocateCopyPool (AsciiStrSize ((CHAR8 *) Str), Str); in Mtftp6ParseMcastOption()59 if (Ip6Str == NULL) { in Mtftp6ParseMcastOption()66 TempStr = Ip6Str; in Mtftp6ParseMcastOption()73 Status = NetLibAsciiStrToIp6 (Ip6Str, &ExtInfo->McastIp); in Mtftp6ParseMcastOption()74 FreePool (Ip6Str); in Mtftp6ParseMcastOption()
2791 CHAR8 *Ip6Str; in NetLibAsciiStrToIp6() local2808 Ip6Str = (CHAR8 *) String; in NetLibAsciiStrToIp6()2815 if (*Ip6Str == ':') { in NetLibAsciiStrToIp6()2816 if (*(Ip6Str + 1) != ':') { in NetLibAsciiStrToIp6()2832 TempStr = Ip6Str; in NetLibAsciiStrToIp6()2834 while ((*Ip6Str != '\0') && (*Ip6Str != ':')) { in NetLibAsciiStrToIp6()2835 if (Index != 14 && !NET_IS_HEX (*Ip6Str)) { in NetLibAsciiStrToIp6()2842 if (Index == 14 && !NET_IS_HEX (*Ip6Str) && *Ip6Str != '/') { in NetLibAsciiStrToIp6()2846 Ip6Str++; in NetLibAsciiStrToIp6()2849 if ((*Ip6Str == '\0') && (Index != 14)) { in NetLibAsciiStrToIp6()[all …]