Home
last modified time | relevance | path

Searched refs:group (Results 1 – 10 of 10) sorted by relevance

/lib/liblwip/src/core/ipv4/
Digmp.c139 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; in igmp_dump_group_list() local
173 while (group != NULL) { in igmp_dump_group_list()
174 LWIP_DEBUGF(IGMP_DEBUG, ("igmp_dump_group_list: [%"U32_F"] ", (u32_t)(group->group_state))); in igmp_dump_group_list()
175 ip_addr_debug_print(IGMP_DEBUG, &group->group_address); in igmp_dump_group_list()
176 LWIP_DEBUGF(IGMP_DEBUG, (" on if %p\n", group->netif)); in igmp_dump_group_list()
[all …]
/sys/fs/o2fs/
Do2fs.h107 uint8_t group[MAXUSERNAMELEN]; member
/lib/liblwip/doc/
Dsavannah.txt63 fingerprint against http://savannah.nongnu.org/cvs/?group=lwip)
132 http://savannah.nongnu.org/files/?group=lwip&highlight=0.6.3
Dsnmp_agent.txt25 When builing lwIP without TCP, the mib-2.tcp group is omitted.
/lib/liblwip/src/include/lwip/
Dnetif.h131 ip_addr_t *group, u8_t action);
/lib/liblwip/
DREADME78 http://savannah.nongnu.org/mail/?group=lwip
DCHANGELOG1749 how many times a group is used on an netif, and free it when all applications
1933 * api.h, api_lib.c, api_msg.c, sockets.c: group the different NETCONN_UDPxxx
/sbin/newfs_o2fs/
Dnewfs_o2fs.c216 strncpy((char *)entries[entry].group, "root", MAXUSERNAMELEN); in AddDirectory()
/lib/liblwip/src/netif/ppp/
Dauth.c331 struct group *g;
/docs/
DDoxyfile410 # member in the group (if any) for the other members of the group. By default
411 # all members of a group must be documented explicitly.
416 # If one adds a struct or class to a group and this option is enabled, then also
417 # any nested class or struct is added to the same group. By default this option
424 # (for instance a group of public functions) to be put as a subgroup of that
433 # are shown inside the group in which they are included (e.g. using \ingroup)
446 # namespace, or group documentation), provided this scope is documented. If set
688 # of group names into alphabetical order. If set to NO the group names will
1539 # The TOC_EXPAND flag can be set to YES to add extra items for group members to
1671 # doxygen will group on one line in the generated HTML documentation.