OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:igmpv3_query
(Results
1 - 5
of
5
) sorted by null
/external/ltp/testcases/network/stress/ns-tools/
ns-mcast.h
91
struct
igmpv3_query
{
struct
ns-igmp_querier.c
64
struct
igmpv3_query
*query;
154
* pointer to allocated
igmpv3_query
structure
156
struct
igmpv3_query
*create_query(uint8_t code, char *maddr, char *saddrs)
158
struct
igmpv3_query
*query; /* pointer to
igmpv3_query
structure */
160
size_t query_size; /* size of
igmpv3_query
*/
177
/* allocate memory for
igmpv3_query
structure */
179
query = (struct
igmpv3_query
*)calloc(1, query_size);
ns-traffic.h
207
(sizeof(struct
igmpv3_query
) + (numsrc) * sizeof(uint32_t))
/bionic/libc/kernel/uapi/linux/
igmp.h
50
struct
igmpv3_query
{
struct
/external/kernel-headers/original/uapi/linux/
igmp.h
63
struct
igmpv3_query
{
struct
Completed in 65 milliseconds