Lines Matching full:multicast
9 which includes support for Neighbor Discovery Protocol (ND), Multicast
260 /// multicast address of the target, but corresponding Neighbor
345 /// Number of joined multicast groups. Undefined until
350 /// List of joined multicast group addresses. It is caller's
636 Joins and leaves multicast groups.
638 The Groups() function is used to join and leave multicast group sessions. Joining a group will
639 enable reception of matching multicast packets. Leaving a group will disable reception of matching
640 multicast packets. Source-Specific Multicast isn't required to be supported.
645 @param[in] JoinFlag Set to TRUE to join the multicast group session and FALSE to leave.
646 @param[in] GroupAddress Pointer to the IPv6 multicast address.
653 not a multicast IPv6 address.
658 @retval EFI_UNSUPPORTED This EFI IPv6 Protocol implementation does not support multicast groups.