Searched defs:mon_data (Results 1 – 2 of 2) sorted by relevance
784 struct mon_data { struct785 mon_entry * hash_next; /* next structure in hash list */787 struct interface * lcladr; /* address on which this arrived */788 l_fp first; /* first time seen */789 l_fp last; /* last time seen */790 int leak; /* leaky bucket accumulator */791 int count; /* total packet count */792 u_short flags; /* restrict flags */793 u_char vn_mode; /* packet mode & version */794 u_char cast_flags; /* flags MDF_?CAST */[all …]
77 uint32_t mon_data; member