Searched defs:lqrdata (Results 1 – 1 of 1) sorted by relevance
35 struct lqrdata { struct36 u_int32_t MagicNumber;37 u_int32_t LastOutLQRs; /* most recently received PeerOutLQRs */38 u_int32_t LastOutPackets; /* most recently received PeerOutPackets */39 u_int32_t LastOutOctets; /* most recently received PeerOutOctets */63 extern void lqr_Dump(const char *, const char *, const struct lqrdata *); argument