Searched refs:GroupAddress (Results 1 - 12 of 12) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/MnpDxe/
H A DMnpConfig.c1350 MNP_GROUP_ADDRESS *GroupAddress; local
1413 GroupAddress = NET_LIST_USER_STRUCT (Entry, MNP_GROUP_ADDRESS, AddrEntry);
1414 CopyMem (MCastFilter + Index, &GroupAddress->Address, sizeof (*(MCastFilter + Index)));
1488 @param[in, out] GroupAddress Pointer to the group adress.
1500 IN OUT MNP_GROUP_ADDRESS *GroupAddress OPTIONAL,
1512 if (GroupAddress == NULL) {
1516 // Allocate a new GroupAddress to be added into MNP's GroupAddressList.
1518 GroupAddress = AllocatePool (sizeof (MNP_GROUP_ADDRESS));
1519 if (GroupAddress == NULL) {
1526 CopyMem (&GroupAddress
1567 MNP_GROUP_ADDRESS *GroupAddress; local
1629 MNP_GROUP_ADDRESS *GroupAddress; local
[all...]
H A DMnpIo.c541 @param[in] GroupAddress Pointer to the GroupAddress, the GroupAddress is
554 IN MNP_GROUP_ADDRESS *GroupAddress OPTIONAL,
592 ASSERT (GroupAddress != NULL);
597 if (GroupCtrlBlk->GroupAddress == GroupAddress) {
622 @param[out] GroupAddress Pointer to pointer to a MNP_GROUP_ADDRESS used to
634 OUT MNP_GROUP_ADDRESS **GroupAddress,
678 *GroupAddress
630 MnpAnalysePacket( IN MNP_SERVICE_DATA *MnpServiceData, IN NET_BUF *Nbuf, IN OUT EFI_MANAGED_NETWORK_RECEIVE_DATA *RxData, OUT MNP_GROUP_ADDRESS **GroupAddress, OUT UINT8 *PktAttr ) argument
792 MNP_GROUP_ADDRESS *GroupAddress; local
[all...]
H A DMnpMain.c360 MNP_GROUP_ADDRESS *GroupAddress; local
408 GroupAddress = GroupCtrlBlk->GroupAddress;
411 &GroupAddress->Address,
H A DMnpImpl.h84 MNP_GROUP_ADDRESS *GroupAddress; member in struct:__anon11234
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Ip6Dxe/
H A DIp6Mld.h128 @param[in] GroupAddress The target group address. If NULL, leave all
142 IN EFI_IPv6_ADDRESS *GroupAddress OPTIONAL
H A DIp6Mld.c608 @param[in] GroupAddress The target group address. If NULL, leave all
622 IN EFI_IPv6_ADDRESS *GroupAddress OPTIONAL
633 ASSERT (GroupAddress != NULL);
636 if (EFI_IP6_EQUAL (IpInstance->GroupList + Index, GroupAddress)) {
641 Status = Ip6JoinGroup (IpSb, IpInstance->Interface, GroupAddress);
643 return Ip6CombineGroups (IpInstance, GroupAddress);
650 // Leave the group. Leave all the groups if GroupAddress is NULL.
655 if ((GroupAddress == NULL) || EFI_IP6_EQUAL (Group, GroupAddress)) {
669 if (GroupAddress !
[all...]
H A DIp6Impl.c725 If JoinFlag is FALSE and GroupAddress is NULL, all joined groups will be left.
729 @param[in] GroupAddress Pointer to the IPv6 multicast address.
735 - JoinFlag is TRUE and GroupAddress is NULL.
736 - GroupAddress is not NULL and *GroupAddress is
738 - GroupAddress is not NULL and *GroupAddress is in the
754 IN EFI_IPv6_ADDRESS *GroupAddress OPTIONAL
762 if ((This == NULL) || (JoinFlag && GroupAddress == NULL)) {
766 if (GroupAddress !
[all...]
H A DIp6Impl.h435 If JoinFlag is FALSE and GroupAddress is NULL, all joined groups will be left.
439 @param[in] GroupAddress The pointer to the IPv6 multicast address.
445 - JoinFlag is TRUE and GroupAddress is NULL.
446 - GroupAddress is not NULL and *GroupAddress is
448 - GroupAddress is not NULL and *GroupAddress is in the
464 IN EFI_IPv6_ADDRESS *GroupAddress OPTIONAL
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Ip4Dxe/
H A DIp4Impl.c102 If JoinFlag is FALSE and GroupAddress is NULL, all joined groups will be left.
106 @param[in] GroupAddress Pointer to the IPv4 multicast address.
111 - JoinFlag is TRUE and GroupAddress is NULL.
112 - GroupAddress is not NULL and *GroupAddress is
130 IN EFI_IPv4_ADDRESS *GroupAddress OPTIONAL
1293 @param[in] GroupAddress The target group address
1306 IN EFI_IPv4_ADDRESS *GroupAddress OPTIONAL
1320 // When JoinFlag is TRUE, GroupAddress shouldn't be NULL.
1322 ASSERT (GroupAddress !
[all...]
H A DIp4Impl.h300 @param[in] GroupAddress The target group address
313 IN EFI_IPv4_ADDRESS *GroupAddress OPTIONAL
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DIp4.h351 If JoinFlag is FALSE and GroupAddress is NULL, all joined groups will be left.
355 @param GroupAddress The pointer to the IPv4 multicast address.
360 - JoinFlag is TRUE and GroupAddress is NULL.
361 - GroupAddress is not NULL and *GroupAddress is
379 IN EFI_IPv4_ADDRESS *GroupAddress OPTIONAL
H A DIp6.h640 If JoinFlag is FALSE and GroupAddress is NULL, all joined groups will be left.
644 @param[in] GroupAddress Pointer to the IPv6 multicast address.
649 - JoinFlag is TRUE and GroupAddress is NULL.
650 - GroupAddress is not NULL and *GroupAddress is
652 - GroupAddress is not NULL and *GroupAddress is in the
668 IN EFI_IPv6_ADDRESS *GroupAddress OPTIONAL

Completed in 72 milliseconds