Searched defs:info_monitor_1 (Results 1 – 1 of 1) sorted by relevance
684 struct info_monitor_1 { struct685 u_int32 avg_int; /* avg s between packets from this host */686 u_int32 last_int; /* s since we last received a packet */687 u_int32 restr; /* restrict bits (was named lastdrop) */688 u_int32 count; /* count of packets received */689 u_int32 addr; /* host address V4 style */690 u_int32 daddr; /* destination host address */691 u_int32 flags; /* flags about destination */692 u_short port; /* port number of last reception */693 u_char mode; /* mode of last packet */[all …]