Searched defs:mon_data (Results 1 – 1 of 1) sorted by relevance
785 struct mon_data { struct786 struct mon_data *hash_next; /* next structure in hash list */ argument787 struct mon_data *mru_next; /* next structure in MRU list */ argument788 struct mon_data *mru_prev; /* previous structure in MRU list */ argument789 u_long drop_count; /* dropped due RESLIMIT*/790 double avg_interval; /* average interpacket interval */791 u_long lasttime; /* interval since last packet */792 u_long count; /* total packet count */793 struct sockaddr_storage rmtadr; /* address of remote host */794 struct interface *interface; /* interface on which this arrived */[all …]