Lines Matching defs:info_monitor_1
686 struct info_monitor_1 { struct
687 u_int32 avg_int; /* avg s between packets from this host */
688 u_int32 last_int; /* s since we last received a packet */
689 u_int32 restr; /* restrict bits (was named lastdrop) */
690 u_int32 count; /* count of packets received */
691 u_int32 addr; /* host address V4 style */
692 u_int32 daddr; /* destination host address */
693 u_int32 flags; /* flags about destination */
694 u_short port; /* port number of last reception */
695 u_char mode; /* mode of last packet */
696 u_char version; /* version number of last packet */
697 u_int v6_flag; /* is this v6 or not */
698 u_int unused1; /* unused, padding for addr6 */
699 struct in6_addr addr6; /* host address V6 style */
700 struct in6_addr daddr6; /* host address V6 style */