Searched defs:old_info_monitor (Results 1 – 1 of 1) sorted by relevance
726 struct old_info_monitor { struct727 u_int32 lasttime; /* last packet from this host */728 u_int32 firsttime; /* first time we received a packet */729 u_int32 count; /* count of packets received */730 u_int32 addr; /* host address */731 u_short port; /* port number of last reception */732 u_char mode; /* mode of last packet */733 u_char version; /* version number of last packet */734 u_int v6_flag; /* is this v6 or not */735 struct in6_addr addr6; /* host address (v6)*/