Lines Matching full:multicast
166 /// Number of joined multicast groups.
170 /// List of joined multicast group addresses.
353 Joins and leaves multicast groups.
355 The Groups() function is used to join and leave multicast group sessions. Joining
356 a group will enable reception of matching multicast packets. Leaving a group will
357 disable the multicast packet reception.
362 @param JoinFlag Set to TRUE to join the multicast group session and FALSE to leave.
363 @param GroupAddress The pointer to the IPv4 multicast address.
370 not a multicast IPv4 address.
375 @retval EFI_UNSUPPORTED This EFI IPv4 Protocol implementation does not support multicast groups.