Searched defs:igmpstat (Results 1 – 2 of 2) sorted by relevance
51 struct igmpstat { struct56 uint32_t igps_version; /* version of this structure */57 uint32_t igps_len; /* length of this structure */61 uint64_t igps_rcv_total; /* total IGMP messages received */62 uint64_t igps_rcv_tooshort; /* received with too few bytes */63 uint64_t igps_rcv_badttl; /* received with ttl other than 1 */64 uint64_t igps_rcv_badsum; /* received with bad checksum */91 CTASSERT(sizeof(struct igmpstat) == IGPS_VERSION3_LEN); argument
1299 struct igmpstat igmpstat; in igmp_stats() local