Searched refs:IP6_IS_MULTICAST (Results 1 - 16 of 16) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Ip6Dxe/
H A DIp6Option.c95 if (!IP6_IS_MULTICAST (&Packet->Ip.Ip6->DestinationAddress)) {
332 !IP6_IS_MULTICAST (&Packet->Ip.Ip6->DestinationAddress)) {
411 !IP6_IS_MULTICAST (&Packet->Ip.Ip6->DestinationAddress)) {
455 !IP6_IS_MULTICAST (&Packet->Ip.Ip6->DestinationAddress)) {
532 !IP6_IS_MULTICAST (&Packet->Ip.Ip6->DestinationAddress)) {
H A DIp6Mld.c38 ASSERT (MulticastAddr != NULL && IP6_IS_MULTICAST (MulticastAddr));
71 ASSERT (MulticastAddr != NULL && IP6_IS_MULTICAST (MulticastAddr));
150 ASSERT (MulticastAddr != NULL && IP6_IS_MULTICAST (MulticastAddr));
254 ASSERT (MulticastAddr != NULL && IP6_IS_MULTICAST (MulticastAddr));
404 ASSERT (Group != NULL && IP6_IS_MULTICAST (Group));
765 if (Head->HopLimit != 1 || !IP6_IS_MULTICAST (&Head->DestinationAddress)) {
851 if (Head->HopLimit != 1 || !IP6_IS_MULTICAST (&Head->DestinationAddress)) {
H A DIp6Input.c569 if (IP6_IS_MULTICAST (&(*Head)->DestinationAddress) || IP6_IS_MULTICAST (&(*Head)->SourceAddress)) {
786 if (((*Head)->Version != 6) || (IP6_IS_MULTICAST (&(*Head)->SourceAddress))) {
818 } else if (IP6_IS_MULTICAST (&(*Head)->DestinationAddress)) {
1779 !IP6_IS_MULTICAST (&Assemble->Head->DestinationAddress)) {
H A DIp6Output.c196 if (IP6_IS_MULTICAST (Destination)) {
685 if (IP6_IS_MULTICAST (&Head->DestinationAddress)) {
717 if (!IP6_IS_MULTICAST (&NextHop) && !EFI_IP6_EQUAL (&Head->DestinationAddress, &Head->SourceAddress)) {
H A DIp6Icmp.c246 if (IP6_IS_MULTICAST (DestAddress)) {
598 IP6_IS_MULTICAST (DestinationAddress) ||
H A DIp6If.c690 if (IP6_IS_MULTICAST (NextHop)) {
H A DIp6Nd.c633 if (SendIcmpError && !IP6_IS_MULTICAST (&TxToken->Packet->Ip.Ip6->DestinationAddress)) {
1759 if (IP6_IS_MULTICAST (&Head->DestinationAddress) && Solicited) {
2456 if (IP6_IS_MULTICAST (IcmpDest)) {
H A DIp6Impl.c766 if (GroupAddress != NULL && !IP6_IS_MULTICAST (GroupAddress)) {
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/MnpDxe/
H A DMnpMain.c244 if ((Ipv6Flag && !IP6_IS_MULTICAST (Ip6Address)) ||
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Udp6Dxe/
H A DUdp6Main.c344 if (!IP6_IS_MULTICAST (MulticastAddress)) {
H A DUdp6Impl.c1314 if (IP6_IS_MULTICAST (&Destination) &&
1699 IP6_IS_MULTICAST (&NetSession->Dest.v6)
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Include/Library/
H A DNetLib.h206 #define IP6_IS_MULTICAST(Ip6) (((Ip6)->Addr[0]) == 0xFF) macro
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Application/Ping6/
H A DPing6.c262 if (!IP6_IS_MULTICAST (&Private->DstAddress) &&
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/UefiPxeBcDxe/
H A DPxeBcSupport.c864 IP6_IS_MULTICAST (&DestinationIp))) {
H A DPxeBcImpl.c1675 if (IP6_IS_MULTICAST (&NewFilter->IpList[Index].v6)) {
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellNetwork1CommandsLib/
H A DPing.c469 if (!IP6_IS_MULTICAST ((EFI_IPv6_ADDRESS*)&Private->DstAddress) &&

Completed in 93 milliseconds