Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Digmp_var.h51 struct igmpstat { struct
56 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
/freebsd/usr.bin/netstat/
H A Dinet.c1299 struct igmpstat igmpstat; in igmp_stats() local