Searched refs:group (Results 1 - 25 of 179) sorted by relevance

12345678

/vbox/src/VBox/Devices/Network/lwip-new/src/core/ipv6/
H A Dmld6.c80 static err_t mld6_free_group(struct mld_group *group);
81 static void mld6_delayed_report(struct mld_group *group, u16_t maxresp);
82 static void mld6_send(struct mld_group *group, u8_t type);
93 struct mld_group *group = mld_group_list; local
98 while (group != NULL) {
99 next = group->next;
100 /* is it a group joined on this interface? */
101 if (group->netif == netif) {
102 /* is it the first group of the list? */
103 if (group
134 struct mld_group *group = mld_group_list; local
155 struct mld_group *group = mld_group_list; local
179 struct mld_group *group; local
204 mld6_free_group(struct mld_group *group) argument
241 struct mld_group* group; local
358 struct mld_group *group; local
426 struct mld_group *group; local
466 struct mld_group *group = mld_group_list; local
492 mld6_delayed_report(struct mld_group *group, u16_t maxresp) argument
524 mld6_send(struct mld_group *group, u8_t type) argument
[all...]
/vbox/src/VBox/Devices/Network/lwip-new/src/core/ipv4/
H A Digmp.c52 A query for a specific group address (as opposed to ALLHOSTS)
112 #define IGMP_LEAVE_GROUP 0x17 /* Leave-group message */
139 static err_t igmp_remove_group(struct igmp_group *group);
140 static void igmp_timeout( struct igmp_group *group);
141 static void igmp_start_timer(struct igmp_group *group, u8_t max_time);
142 static void igmp_delaying_member(struct igmp_group *group, u8_t maxresp);
144 static void igmp_send(struct igmp_group *group, u8_t type);
171 struct igmp_group *group = igmp_group_list; local
173 while (group != NULL) {
174 LWIP_DEBUGF(IGMP_DEBUG, ("igmp_dump_group_list: [%"U32_F"] ", (u32_t)(group
193 struct igmp_group* group; local
225 struct igmp_group *group = igmp_group_list; local
269 struct igmp_group *group = igmp_group_list; local
292 struct igmp_group *group = igmp_group_list; local
318 struct igmp_group *group = igmp_group_list; local
355 igmp_remove_group(struct igmp_group *group) argument
392 struct igmp_group* group; local
516 struct igmp_group *group; local
586 struct igmp_group *group; local
655 struct igmp_group *group = igmp_group_list; local
675 igmp_timeout(struct igmp_group *group) argument
696 igmp_start_timer(struct igmp_group *group, u8_t max_time) argument
715 igmp_delaying_member(struct igmp_group *group, u8_t maxresp) argument
762 igmp_send(struct igmp_group *group, u8_t type) argument
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/
H A Dprmwait.c253 if (mw_state->group) {
254 PR_DestroyWaitGroup(mw_state->group);
255 /* mw_state->group is set to NULL as a side effect. */
262 PRWaitGroup *group = mw_state->group; /* it's the null group */ local
263 if (NULL == group) /* there is this special case */
265 group = PR_CreateWaitGroup(_PR_DEFAULT_HASH_LENGTH);
266 if (NULL == group) goto failed_alloc;
268 if (NULL == mw_state->group)
339 MW_ExpandHashInternal(PRWaitGroup *group) argument
410 _MW_DoneInternal( PRWaitGroup *group, PRRecvWait **waiter, PRMWStatus outcome) argument
432 _MW_LookupInternal(PRWaitGroup *group, PRFileDesc *fd) argument
459 _MW_PollInternal(PRWaitGroup *group) argument
628 MW_TestForShutdownInternal(PRWaitGroup *group) argument
699 NT_HashRemove(PRWaitGroup *group, PRFileDesc *fd) argument
714 NT_HashRemoveInternal(PRWaitGroup *group, PRFileDesc *fd) argument
869 PR_WaitRecvReady(PRWaitGroup *group) argument
1144 PR_CancelWaitGroup(PRWaitGroup *group) argument
1402 PR_CreateMWaitEnumerator(PRWaitGroup *group) argument
[all...]
/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/
H A Dserver_dispatch.py53 name = string.lower( m.group(1)[:1] ) + m.group(1)[1:]
54 type = m.group(3) + m.group(2)
58 name = string.lower(m.group(1)[:1] ) + m.group(1)[1:]
59 type = m.group(3) + m.group(2)
63 name = string.lower( m.group(1)[:1] ) + m.group(
[all...]
/vbox/src/VBox/Installer/linux/
H A DVBoxCreateUSBNode.sh30 group="$4"
39 case "$group" in "") group="vboxusers";; esac
41 chown root:$group /dev/vboxusb 2>/dev/null
43 chown root:$group "$devdir" 2>/dev/null
45 chown root:$group "$devpath" 2>/dev/null
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_isenabled.py20 type = match.group(1)
21 pname = match.group(2)
22 fields = string.split( match.group(3) )
29 type = match.group(1)
30 pname = match.group(2)
31 ifdef = match.group(3)
32 fields = string.split( match.group(4) )
H A Ddump_gen.py18 type = match.group(1)
19 pname = match.group(2)
20 fields = string.split( match.group(3) )
27 type = match.group(1)
28 pname = match.group(2)
29 ifdef = match.group(3)
30 fields = string.split( match.group(4) )
H A Dstate_get.py21 type = match.group(1)
22 pname = match.group(2)
23 fields = string.split( match.group(3) )
32 type = match.group(1)
33 pname = match.group(2)
34 ifdef = match.group(3)
35 fields = string.split( match.group(4) )
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprmwait.h103 ** entire wait group (PR_DestroyWaitGroup()).
169 ** enumeration over a wait group. The opaque object must be allocated
182 ** will be semantically tied to the wait group specified.
189 ** group A reference to a PRWaitGroup or NULL. Wait groups are
191 ** to semantically group various file descriptors by the
202 ** Invalid 'group' identifier or duplicate 'desc' object.
206 ** The group is being destroyed.
208 NSPR_API(PRStatus) PR_AddWaitFileDesc(PRWaitGroup *group, PRRecvWait *desc);
217 ** group A pointer to a valid PRWaitGroup or NULL (the null
218 ** group
242 NSPR_API(PRRecvWait*) PR_WaitRecvReady(PRWaitGroup *group); variable
304 NSPR_API(PRRecvWait*) PR_CancelWaitGroup(PRWaitGroup *group); variable
354 NSPR_API(PRStatus) PR_DestroyWaitGroup(PRWaitGroup *group); variable
376 NSPR_API(PRMWaitEnumerator*) PR_CreateMWaitEnumerator(PRWaitGroup *group); variable
[all...]
/vbox/src/VBox/GuestHost/OpenGL/packer/
H A Dpacker.py45 k = m.group(1)
47 type = m.group(3) + m.group(2)
53 k = m.group(1)
55 type = m.group(3) + m.group(2)
61 k = m.group(1)
63 type = m.group(3) + m.group(2)
69 k = m.group(
[all...]
/vbox/src/apps/tunctl/
H A Dtunctl.c24 fprintf(stderr, "Create: %s [-b] [-u owner] [-g group] [-t device-name] "
38 struct group *gr;
40 gid_t group = -1; local
72 group = gr->gr_gid;
75 group = strtol(optarg, &end, 0);
77 fprintf(stderr, "'%s' is neither a groupname nor a numeric group.\n",
122 if(owner == (uid_t)-1 && group == (gid_t)-1) {
132 if(group != (gid_t)-1) {
133 if(ioctl(tap_fd, TUNSETGROUP, group) < 0){
150 if(group !
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dsecuritysrv.h67 XID group; /* see embedding extension */ member in struct:__anon6850
75 XID group; /* the group that was sent in GenerateAuthorization */ member in struct:__anon6851
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dsecuritysrv.h67 XID group; /* see embedding extension */ member in struct:__anon7169
75 XID group; /* the group that was sent in GenerateAuthorization */ member in struct:__anon7170
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dsecuritysrv.h68 XID group; /* see embedding extension */ member in struct:__anon7476
76 * is processed to sanity check the group argument. The call data will
79 * group and set the valid field to TRUE if they recognize the group as a
80 * legitimate group. If they don't recognize it, they should not change the
85 XID group; /* the group that was sent in GenerateAuthorization */ member in struct:__anon7477
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dsecuritysrv.h68 XID group; /* see embedding extension */ member in struct:__anon7849
76 XID group; /* the group that was sent in GenerateAuthorization */ member in struct:__anon7850
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dsecuritysrv.h68 XID group; /* see embedding extension */ member in struct:__anon8203
76 XID group; /* the group that was sent in GenerateAuthorization */ member in struct:__anon8204
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dsecuritysrv.h68 XID group; /* see embedding extension */ member in struct:__anon8520
76 XID group; /* the group that was sent in GenerateAuthorization */ member in struct:__anon8521
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dsecuritysrv.h68 XID group; /* see embedding extension */ member in struct:__anon8839
76 XID group; /* the group that was sent in GenerateAuthorization */ member in struct:__anon8840
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dsecuritysrv.h68 XID group; /* see embedding extension */ member in struct:__anon9153
76 XID group; /* the group that was sent in GenerateAuthorization */ member in struct:__anon9154
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dsecuritysrv.h68 XID group; /* see embedding extension */ member in struct:__anon9473
76 XID group; /* the group that was sent in GenerateAuthorization */ member in struct:__anon9474
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dsecuritysrv.h68 XID group; /* see embedding extension */ member in struct:__anon4999
76 XID group; /* the group that was sent in GenerateAuthorization */ member in struct:__anon5000
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dsecuritysrv.h68 XID group; /* see embedding extension */ member in struct:__anon5311
76 XID group; /* the group that was sent in GenerateAuthorization */ member in struct:__anon5312
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dsecuritysrv.h68 XID group; /* see embedding extension */ member in struct:__anon5623
76 XID group; /* the group that was sent in GenerateAuthorization */ member in struct:__anon5624
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dsecuritysrv.h67 XID group; /* see embedding extension */ member in struct:__anon5934
75 XID group; /* the group that was sent in GenerateAuthorization */ member in struct:__anon5935
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dsecuritysrv.h67 XID group; /* see embedding extension */ member in struct:__anon6237
75 XID group; /* the group that was sent in GenerateAuthorization */ member in struct:__anon6238

Completed in 137 milliseconds

12345678