Lines Matching full:multicast
157 // Return the joined multicast group addresses.
493 to receive unicast/multicast/broadcast. Also, it will enable/disable
715 Joins and leaves multicast groups.
717 The Groups() function is used to join and leave multicast group sessions. Joining a group will
718 enable reception of matching multicast packets. Leaving a group will disable reception of matching
719 multicast packets. Source-Specific Multicast isn't required to be supported.
724 @param[in] JoinFlag Set to TRUE to join the multicast group session, and FALSE to leave.
725 @param[in] GroupAddress Pointer to the IPv6 multicast address.
733 not a multicast IPv6 address.
738 @retval EFI_UNSUPPORTED This EFI IPv6 Protocol implementation does not support multicast groups.