Home | History | Annotate | Download | only in Ip6Dxe

Lines Matching full:multicast

279   to receive unicast/multicast/broadcast. And it will enable/disable

432 Joins and leaves multicast groups.
434 The Groups() function is used to join and leave multicast group sessions. Joining a group will
435 enable reception of matching multicast packets. Leaving a group will disable reception of matching
436 multicast packets. Source-Specific Multicast isn't required to be supported.
441 @param[in] JoinFlag Set to TRUE to join the multicast group session and FALSE to leave.
442 @param[in] GroupAddress The pointer to the IPv6 multicast address.
450 not a multicast IPv6 address.
455 @retval EFI_UNSUPPORTED This EFI IPv6 Protocol implementation does not support multicast groups.