Searched defs:wtap_stats (Results 1 – 1 of 1) sorted by relevance
52 struct wtap_stats { struct53 u_int32_t ast_watchdog; /* device reset by watchdog */54 u_int32_t ast_hardware; /* fatal hardware error interrupts */55 u_int32_t ast_bmiss; /* beacon miss interrupts */56 u_int32_t ast_bmiss_phantom;/* beacon miss interrupts */57 u_int32_t ast_bstuck; /* beacon stuck interrupts */58 u_int32_t ast_rxorn; /* rx overrun interrupts */59 u_int32_t ast_rxeol; /* rx eol interrupts */60 u_int32_t ast_txurn; /* tx underrun interrupts */61 u_int32_t ast_mib; /* mib interrupts */[all …]