Searched defs:igmpstat (Results 1 – 3 of 3) sorted by relevance
54 struct igmpstat { struct59 uint32_t igps_version; /* version of this structure */60 uint32_t igps_len; /* length of this structure */64 uint64_t igps_rcv_total; /* total IGMP messages received */65 uint64_t igps_rcv_tooshort; /* received with too few bytes */66 uint64_t igps_rcv_badttl; /* received with ttl other than 1 */67 uint64_t igps_rcv_badsum; /* received with bad checksum */94 CTASSERT(sizeof(struct igmpstat) == IGPS_VERSION3_LEN); argument
1287 struct igmpstat igmpstat; in igmp_stats() local