Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netinet/
H A Digmp_var.h54 struct igmpstat { struct
59 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
/f-stack/freebsd/netinet/
H A Digmp_var.h54 struct igmpstat { struct
59 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
/f-stack/tools/netstat/
H A Dinet.c1287 struct igmpstat igmpstat; in igmp_stats() local