Searched refs:Ip6Mode (Results 1 – 3 of 3) sorted by relevance
/device/linaro/bootloader/edk2/NetworkPkg/TcpDxe/ |
D | TcpMisc.c | 548 EFI_IP6_MODE_DATA Ip6Mode; in TcpGetRcvMss() local 556 ZeroMem (&Ip6Mode, sizeof (EFI_IP6_MODE_DATA)); in TcpGetRcvMss() 569 if (!EFI_ERROR (Ip6->GetModeData (Ip6, &Ip6Mode, NULL, NULL))) { in TcpGetRcvMss() 570 if (Ip6Mode.AddressList != NULL) { in TcpGetRcvMss() 571 FreePool (Ip6Mode.AddressList); in TcpGetRcvMss() 574 if (Ip6Mode.GroupTable != NULL) { in TcpGetRcvMss() 575 FreePool (Ip6Mode.GroupTable); in TcpGetRcvMss() 578 if (Ip6Mode.RouteTable != NULL) { in TcpGetRcvMss() 579 FreePool (Ip6Mode.RouteTable); in TcpGetRcvMss() 582 if (Ip6Mode.NeighborCache != NULL) { in TcpGetRcvMss() [all …]
|
/device/linaro/bootloader/edk2/NetworkPkg/Mtftp6Dxe/ |
D | Mtftp6Support.c | 281 EFI_IP6_MODE_DATA Ip6Mode; in Mtftp6GetMapping() local 319 Status = Udp6->GetModeData (Udp6, NULL, &Ip6Mode, NULL, NULL); in Mtftp6GetMapping() 322 if (Ip6Mode.AddressList != NULL) { in Mtftp6GetMapping() 323 FreePool (Ip6Mode.AddressList); in Mtftp6GetMapping() 326 if (Ip6Mode.GroupTable != NULL) { in Mtftp6GetMapping() 327 FreePool (Ip6Mode.GroupTable); in Mtftp6GetMapping() 330 if (Ip6Mode.RouteTable != NULL) { in Mtftp6GetMapping() 331 FreePool (Ip6Mode.RouteTable); in Mtftp6GetMapping() 334 if (Ip6Mode.NeighborCache != NULL) { in Mtftp6GetMapping() 335 FreePool (Ip6Mode.NeighborCache); in Mtftp6GetMapping() [all …]
|
/device/linaro/bootloader/edk2/NetworkPkg/DnsDxe/ |
D | DnsImpl.c | 602 EFI_IP6_MODE_DATA Ip6Mode; in Dns6GetMapping() local 621 if (!EFI_ERROR (Udp->GetModeData (Udp, NULL, &Ip6Mode, NULL, NULL))) { in Dns6GetMapping() 622 if (Ip6Mode.AddressList != NULL) { in Dns6GetMapping() 623 FreePool (Ip6Mode.AddressList); in Dns6GetMapping() 626 if (Ip6Mode.GroupTable != NULL) { in Dns6GetMapping() 627 FreePool (Ip6Mode.GroupTable); in Dns6GetMapping() 630 if (Ip6Mode.RouteTable != NULL) { in Dns6GetMapping() 631 FreePool (Ip6Mode.RouteTable); in Dns6GetMapping() 634 if (Ip6Mode.NeighborCache != NULL) { in Dns6GetMapping() 635 FreePool (Ip6Mode.NeighborCache); in Dns6GetMapping() [all …]
|