Home
last modified time | relevance | path

Searched defs:igmpstat_v3 (Results 1 – 2 of 2) sorted by relevance

/xnu-8796.121.2/bsd/netinet/
H A Digmp_var.h83 struct igmpstat_v3 { struct
87 uint32_t igps_version; /* version of this structure */
88 uint32_t igps_len; /* length of this structure */
92 uint64_t igps_rcv_total; /* total IGMP messages received */
93 uint64_t igps_rcv_tooshort; /* received with too few bytes */
94 uint64_t igps_rcv_badttl; /* received with ttl other than 1 */
95 uint64_t igps_rcv_badsum; /* received with bad checksum */
99 uint64_t igps_rcv_v1v2_queries; /* received IGMPv1/IGMPv2 queries */
100 uint64_t igps_rcv_v3_queries; /* received IGMPv3 queries */
101 uint64_t igps_rcv_badqueries; /* received invalid queries */
[all …]
H A Digmp.c208 static struct igmpstat_v3 igmpstat_v3 = { variable