/device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/ |
D | IpSecDebug.c | 120 Ip->v6.Addr[0], in IpSecDumpAddress() 121 Ip->v6.Addr[1], in IpSecDumpAddress() 122 Ip->v6.Addr[2], in IpSecDumpAddress() 123 Ip->v6.Addr[3], in IpSecDumpAddress() 124 Ip->v6.Addr[4], in IpSecDumpAddress() 125 Ip->v6.Addr[5], in IpSecDumpAddress() 126 Ip->v6.Addr[6], in IpSecDumpAddress() 127 Ip->v6.Addr[7]) in IpSecDumpAddress() 132 Ip->v6.Addr[8], in IpSecDumpAddress() 133 Ip->v6.Addr[9], in IpSecDumpAddress() [all …]
|
D | IkeService.c | 341 &UdpService->DefaultAddress.v6, in IkeOpenOutputUdp() 649 NTOHLLL (&EndPoint->RemoteAddr.v6), in IkeDispatch()
|
D | IpSecImpl.c | 1115 &SadData->TunnelDestAddress.v6, in IpSecTunnelInboundPacket() 1324 &(SadData->SpdSelector->LocalAddress[0].Address.v6), in IpSecTunnelOutboundPacket() 2022 &SadData->TunnelSourceAddress.v6, in IpSecEspOutboundPacket() 2027 &SadData->TunnelDestAddress.v6, in IpSecEspOutboundPacket()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/TftpServer/ |
D | TftpServer.c | 185 pTftpServer->RemoteAddress.v6.sin6_addr.__u6_addr.__u6_addr8[ 0 ], in ContextAdd() 186 pTftpServer->RemoteAddress.v6.sin6_addr.__u6_addr.__u6_addr8[ 1 ], in ContextAdd() 187 pTftpServer->RemoteAddress.v6.sin6_addr.__u6_addr.__u6_addr8[ 2 ], in ContextAdd() 188 pTftpServer->RemoteAddress.v6.sin6_addr.__u6_addr.__u6_addr8[ 3 ], in ContextAdd() 189 pTftpServer->RemoteAddress.v6.sin6_addr.__u6_addr.__u6_addr8[ 4 ], in ContextAdd() 190 pTftpServer->RemoteAddress.v6.sin6_addr.__u6_addr.__u6_addr8[ 5 ], in ContextAdd() 191 pTftpServer->RemoteAddress.v6.sin6_addr.__u6_addr.__u6_addr8[ 6 ], in ContextAdd() 192 pTftpServer->RemoteAddress.v6.sin6_addr.__u6_addr.__u6_addr8[ 7 ], in ContextAdd() 193 pTftpServer->RemoteAddress.v6.sin6_addr.__u6_addr.__u6_addr8[ 8 ], in ContextAdd() 194 pTftpServer->RemoteAddress.v6.sin6_addr.__u6_addr.__u6_addr8[ 9 ], in ContextAdd() [all …]
|
D | TftpServer.h | 251 struct sockaddr_in6 v6; ///< UDP6 address member
|
/device/linaro/bootloader/edk2/NetworkPkg/Application/IpsecConfig/ |
D | Dump.c | 125 … (((UINT16) AddressInfo->Address.v6.Addr[0]) << 8) | ((UINT16) AddressInfo->Address.v6.Addr[1]), in DumpAddressInfo() 126 … (((UINT16) AddressInfo->Address.v6.Addr[2]) << 8) | ((UINT16) AddressInfo->Address.v6.Addr[3]), in DumpAddressInfo() 127 … (((UINT16) AddressInfo->Address.v6.Addr[4]) << 8) | ((UINT16) AddressInfo->Address.v6.Addr[5]), in DumpAddressInfo() 128 … (((UINT16) AddressInfo->Address.v6.Addr[6]) << 8) | ((UINT16) AddressInfo->Address.v6.Addr[7]), in DumpAddressInfo() 129 … (((UINT16) AddressInfo->Address.v6.Addr[8]) << 8) | ((UINT16) AddressInfo->Address.v6.Addr[9]), in DumpAddressInfo() 130 … (((UINT16) AddressInfo->Address.v6.Addr[10]) << 8) | ((UINT16) AddressInfo->Address.v6.Addr[11]), in DumpAddressInfo() 131 … (((UINT16) AddressInfo->Address.v6.Addr[12]) << 8) | ((UINT16) AddressInfo->Address.v6.Addr[13]), in DumpAddressInfo() 132 … (((UINT16) AddressInfo->Address.v6.Addr[14]) << 8) | ((UINT16) AddressInfo->Address.v6.Addr[15]) in DumpAddressInfo() 163 (((UINT16) IpAddress->v6.Addr[0]) << 8) | ((UINT16) IpAddress->v6.Addr[1]), in DumpIpAddress() 164 (((UINT16) IpAddress->v6.Addr[2]) << 8) | ((UINT16) IpAddress->v6.Addr[3]), in DumpIpAddress() [all …]
|
D | Helper.c | 157 Status = NetLibStrToIp6 (Ptr, &Ip->v6); in EfiInetAddr2() 194 Status = NetLibStrToIp6andPrefix (Ptr, &Addr->Address.v6, &Addr->PrefixLength); in EfiInetAddrRange()
|
/device/linaro/bootloader/edk2/OvmfPkg/VirtioNetDxe/ |
D | SnpMcastIpToMac.c | 65 ( IPv6 && (Ip->v6.Addr[0] ) != 0xFF) || // invalid IPv6 mcast addr in VirtioNetMcastIpToMac() 90 Mac->Addr[2] = Ip->v6.Addr[12]; in VirtioNetMcastIpToMac() 91 Mac->Addr[3] = Ip->v6.Addr[13]; in VirtioNetMcastIpToMac() 92 Mac->Addr[4] = Ip->v6.Addr[14]; in VirtioNetMcastIpToMac() 93 Mac->Addr[5] = Ip->v6.Addr[15]; in VirtioNetMcastIpToMac()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/WebServer/ |
D | WebServer.c | 582 struct sockaddr_in6 v6; in WebServerListen() member 604 WebServerAddress.v6.sin6_len = sizeof ( WebServerAddress.v6 ); in WebServerListen() 605 WebServerAddress.v6.sin6_family = AddressFamily; in WebServerListen() 606 WebServerAddress.v6.sin6_port = htons ( HttpPort ); in WebServerListen() 607 WebServerAddress.v6.sin6_scope_id = __IPV6_ADDR_SCOPE_GLOBAL; in WebServerListen()
|
/device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/ |
D | HttpBootDhcp6.c | 512 …if (NetIp6IsNetEqual (&Private->ServerIp.v6, &Ip6ModeData.RouteTable[Index].Destination, Ip6ModeDa… in HttpBootCheckRouteTable() 689 if (!Private->NoGateway && !NetIp6IsUnspecifiedAddr (&Private->GatewayIp.v6)) { in HttpBootSetIp6Gateway() 694 &Private->GatewayIp.v6 in HttpBootSetIp6Gateway() 740 CopyMem (&CfgAddr, &Private->StationIp.v6, sizeof (EFI_IPv6_ADDRESS)); in HttpBootSetIp6Address() 761 IP6_COPY_ADDRESS (&Private->GatewayIp.v6, &GatewayAddr); in HttpBootSetIp6Address() 965 CopyMem (&Private->StationIp.v6, &Mode.Ia->IaAddress[0].IpAddress, sizeof (EFI_IPv6_ADDRESS)); in HttpBootDhcp6Sarr() 968 HttpBootShowIp6Addr (&Private->StationIp.v6); in HttpBootDhcp6Sarr()
|
D | HttpBootClient.c | 69 CopyMem (&Node->Ipv6.LocalIpAddress, &Private->StationIp.v6, sizeof (EFI_IPv6_ADDRESS)); in HttpBootUpdateDevicePath() 70 CopyMem (&Node->Ipv6.RemoteIpAddress, &Private->ServerIp.v6, sizeof (EFI_IPv6_ADDRESS)); in HttpBootUpdateDevicePath() 71 CopyMem (&Node->Ipv6.GatewayIpAddress, &Private->GatewayIp.v6, sizeof (EFI_IPv6_ADDRESS)); in HttpBootUpdateDevicePath() 331 CopyMem (&Private->ServerIp.v6, &IpAddr, sizeof (EFI_IPv6_ADDRESS)); in HttpBootDhcp6ExtractUriInfo() 441 IP6_COPY_ADDRESS (&ConfigData.Config6.LocalIp, &Private->StationIp.v6); in HttpBootCreateHttpIo()
|
/device/linaro/bootloader/edk2/NetworkPkg/TcpDxe/ |
D | TcpMisc.c | 69 &Tcb->LocalEnd.Ip.v6, in TcpInitTcbLocal() 70 &Tcb->RemoteEnd.Ip.v6, in TcpInitTcbLocal() 199 return (BOOLEAN) EFI_IP6_EQUAL (&Ip1->v6, &Ip2->v6); in TcpIsIpEqual() 995 &Tcb->LocalEnd.Ip.v6, in TcpInstallDevicePath() 997 &Tcb->RemoteEnd.Ip.v6, in TcpInstallDevicePath()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/sockets/ |
D | README | 8 mcast.py IPv4/v6 multicast example
|
/device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/ |
D | PxeBcDhcp6.c | 857 &Private->ServerIp.v6, in PxeBcRetryDhcp6Binl() 868 &Private->ServerIp.v6, in PxeBcRetryDhcp6Binl() 1286 …if (NetIp6IsNetEqual (&Private->ServerIp.v6, &Ip6ModeData.RouteTable[Index].Destination, Ip6ModeDa… in PxeBcCheckRouteTable() 1611 CopyMem (&Private->StationIp.v6, &Private->TmpStationIp.v6, sizeof (EFI_IPv6_ADDRESS)); in PxeBcSetIp6Address() 1612 CopyMem (&Private->PxeBc.Mode->StationIp.v6, &Private->StationIp.v6, sizeof (EFI_IPv6_ADDRESS)); in PxeBcSetIp6Address() 1614 Status = PxeBcRegisterIp6Address (Private, &Private->StationIp.v6); in PxeBcSetIp6Address() 1628 PxeBcShowIp6Addr (&Private->StationIp.v6); in PxeBcSetIp6Address() 2084 CopyMem (&Private->TmpStationIp.v6, &Mode.Ia->IaAddress[0].IpAddress, sizeof (EFI_IPv6_ADDRESS)); in PxeBcDhcp6Sarr()
|
D | PxeBcImpl.c | 860 (!NetIp4IsUnicast (NTOHL (ServerIp->Addr[0]), 0) && !NetIp6IsValidUnicast (&ServerIp->v6))) { in EfiPxeBcMtftp() 877 CopyMem (&Mtftp6Config.StationIp, &Private->StationIp.v6, sizeof (EFI_IPv6_ADDRESS)); in EfiPxeBcMtftp() 878 CopyMem (&Mtftp6Config.ServerIp, &ServerIp->v6, sizeof (EFI_IPv6_ADDRESS)); in EfiPxeBcMtftp() 1115 &Private->StationIp.v6, in EfiPxeBcUdpWrite() 1590 NetIp6IsValidUnicast (&NewFilter->IpList[Index].v6))) { in EfiPxeBcSetIpFilter() 1699 if (IP6_IS_MULTICAST (&NewFilter->IpList[Index].v6)) { in EfiPxeBcSetIpFilter() 1703 … Status = Private->Udp6Read->Groups (Private->Udp6Read, TRUE, &NewFilter->IpList[Index].v6); in EfiPxeBcSetIpFilter() 1990 !NetIp6IsValidUnicast (&NewStationIp->v6))) { in EfiPxeBcSetStationIP() 2012 Status = PxeBcRegisterIp6Address (Private, &NewStationIp->v6); in EfiPxeBcSetStationIP()
|
D | PxeBcSupport.c | 404 if (!NetIp6IsUnspecifiedAddr (&Mode->StationIp.v6) && in PxeBcIcmp6ErrorDpcHandle() 405 !EFI_IP6_EQUAL (&RxData->Header->DestinationAddress, &Mode->StationIp.v6)) { in PxeBcIcmp6ErrorDpcHandle() 843 NTOHLLL (&DestinationIp.v6); in PxeBcCheckByIpFilter() 868 EFI_IP6_EQUAL (&Mode->StationIp.v6, &DestinationIp))) { in PxeBcCheckByIpFilter() 878 EFI_IP6_EQUAL (&Mode->IpFilter.IpList[Index].v6, &DestinationIp)) { in PxeBcCheckByIpFilter()
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Common/ |
D | UefiBaseTypes.h | 91 EFI_IPv6_ADDRESS v6; member
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeUdpIoLib/ |
D | DxeUdpIoLib.c | 289 Ip6Swap128 (&EndPoint.LocalAddr.v6); in UdpIoOnDgramRcvdDpc() 290 Ip6Swap128 (&EndPoint.RemoteAddr.v6); in UdpIoOnDgramRcvdDpc() 538 &EndPoint->LocalAddr.v6, in UdpIoCreateTxToken() 544 &EndPoint->RemoteAddr.v6, in UdpIoCreateTxToken()
|
/device/linaro/bootloader/edk2/MdePkg/Include/Uefi/ |
D | UefiBaseType.h | 115 EFI_IPv6_ADDRESS v6; member
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/ |
D | EfiTypes.h | 180 EFI_IPv6_ADDRESS v6; member
|
/device/linaro/bootloader/edk2/NetworkPkg/Udp6Dxe/ |
D | Udp6Main.c | 630 IP6_COPY_ADDRESS (&(IpDestAddr.v6), &Destination); in Udp6Transmit() 632 ZeroMem (&IpDestAddr.v6, sizeof (EFI_IPv6_ADDRESS)); in Udp6Transmit()
|
D | Udp6Impl.c | 1612 &NetSession->Source.v6, in Udp6Demultiplex() 1613 &NetSession->Dest.v6, in Udp6Demultiplex() 1700 if (NetIp6IsUnspecifiedAddr (&NetSession->Dest.v6) || in Udp6SendPortUnreach() 1701 IP6_IS_MULTICAST (&NetSession->Dest.v6) in Udp6SendPortUnreach()
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/Lan9118Dxe/ |
D | Lan9118Dxe.c | 930 McastMac->Addr[2] = Ip->v6.Addr[8]; in SnpMcastIptoMac() 931 McastMac->Addr[3] = Ip->v6.Addr[9]; in SnpMcastIptoMac() 932 McastMac->Addr[4] = Ip->v6.Addr[10]; in SnpMcastIptoMac() 933 McastMac->Addr[5] = Ip->v6.Addr[11]; in SnpMcastIptoMac()
|
/device/linaro/bootloader/edk2/NetworkPkg/DnsDxe/ |
D | DnsProtocol.c | 1030 CopyMem (&Instance->SessionDnsServer.v6, &ServerList[0], sizeof (EFI_IPv6_ADDRESS)); in Dns6Configure() 1032 …CopyMem (&Instance->SessionDnsServer.v6, &DnsConfigData->DnsServerList[0], sizeof (EFI_IPv6_ADDRES… in Dns6Configure() 1049 Status = AddDns6ServerIp (&mDriverData->Dns6ServerList, Instance->SessionDnsServer.v6); in Dns6Configure()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/MnpDxe/ |
D | MnpMain.c | 242 Ip6Address = &IpAddress->v6; in MnpMcastIpToMac()
|