Searched defs:Ip6Str (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Mtftp6Dxe/
H A DMtftp6Option.c46 CHAR8 *Ip6Str; local
58 Ip6Str = (CHAR8 *) AllocateCopyPool (AsciiStrSize ((CHAR8 *) Str), Str);
59 if (Ip6Str == NULL) {
66 TempStr = Ip6Str;
73 Status = NetLibAsciiStrToIp6 (Ip6Str, &ExtInfo->McastIp);
74 FreePool (Ip6Str);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxeNetLib/
H A DDxeNetLib.c2821 CHAR8 *Ip6Str; local
2838 Ip6Str = (CHAR8 *) String;
2845 if (*Ip6Str == ':') {
2846 if (*(Ip6Str + 1) != ':') {
2862 TempStr = Ip6Str;
2864 while ((*Ip6Str != '\0') && (*Ip6Str != ':')) {
2865 Ip6Str++;
2868 if ((*Ip6Str == '\0') && (Index != 14)) {
2872 if (*Ip6Str
3058 CHAR8 *Ip6Str; local
3101 CHAR8 *Ip6Str; local
[all...]

Completed in 78 milliseconds