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