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