Searched defs:Groups (Results 1 - 12 of 12) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Ip6Dxe/
H A DIp6Mld.h52 LIST_ENTRY Groups; member in struct:__anon12503
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Ip4Dxe/
H A DIp4Igmp.h59 LIST_ENTRY Groups; member in struct:__anon11220
172 both Groups and Addr, the network byte order is used by
175 @param Groups The array of group addresses to remove from
176 @param Count The number of group addresses in the Groups
179 @return The nubmer of group addresses in the Groups after remove.
180 It is Count if the Addr isn't in the Groups.
185 IN OUT IP4_ADDR *Groups,
H A DIp4Igmp.c69 Status = Mnp->Groups (Mnp, TRUE, &Group->Mac);
75 InsertHeadList (&IgmpCtrl->Groups, &Group->Link);
105 NET_LIST_FOR_EACH (Entry, &IgmpCtrl->Groups) {
141 NET_LIST_FOR_EACH (Entry, &IgmpCtrl->Groups) {
318 Status = Mnp->Groups (Mnp, TRUE, &Group->Mac);
324 InsertHeadList (&IgmpCtrl->Groups, &Group->Link);
381 Status = Mnp->Groups (Mnp, FALSE, &Group->Mac);
466 NET_LIST_FOR_EACH (Entry, &IgmpCtrl->Groups) {
533 NET_LIST_FOR_EACH (Entry, &IgmpCtrl->Groups) {
571 IP4_ADDR *Groups; local
601 Ip4RemoveGroupAddr( IN OUT IP4_ADDR *Groups, IN UINT32 Count, IN IP4_ADDR Addr ) argument
[all...]
H A DIp4Impl.h152 IP4_ADDR *Groups; // stored in network byte order member in struct:_IP4_PROTOCOL
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DManagedNetwork.h362 EFI_MANAGED_NETWORK_GROUPS Groups; member in struct:_EFI_MANAGED_NETWORK_PROTOCOL
H A DUdp6.h375 The Groups() function is used to join or leave one or more multicast group.
562 EFI_UDP6_GROUPS Groups; member in struct:_EFI_UDP6_PROTOCOL
H A DUdp4.h198 The Groups() function is used to enable and disable the multicast group
426 EFI_UDP4_GROUPS Groups; member in struct:_EFI_UDP4_PROTOCOL
H A DIp4.h347 The Groups() function is used to join and leave multicast group sessions. Joining
593 EFI_IP4_GROUPS Groups; member in struct:_EFI_IP4_PROTOCOL
H A DIp6.h636 The Groups() function is used to join and leave multicast group sessions. Joining a group will
939 EFI_IP6_GROUPS Groups; member in struct:_EFI_IP6_PROTOCOL
/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPR3HardenedMain-win.cpp2763 TOKEN_GROUPS Groups; member in union:__anon16394
2774 for (DWORD i = 0; i < uBuf.Groups.GroupCount; i++)
2775 if ((uBuf.Groups.Groups[i].Attributes & SE_GROUP_LOGON_ID) == SE_GROUP_LOGON_ID)
2777 SUPR3HARDENED_ASSERT_NT_SUCCESS(RtlCopySid(cbSidLogin, pSidLogin, uBuf.Groups.Groups[i].Sid));
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwinnt.h4108 SID_AND_ATTRIBUTES Groups[ANYSIZE_ARRAY]; member in struct:_TOKEN_GROUPS
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwinnt.h4258 SID_AND_ATTRIBUTES Groups[ANYSIZE_ARRAY]; member in struct:_TOKEN_GROUPS

Completed in 131 milliseconds