Lines Matching defs:info_peer_stats
450 struct info_peer_stats { struct
451 u_int32 dstadr; /* local address */
452 u_int32 srcadr; /* remote address */
453 u_short srcport; /* remote port */
454 u_short flags; /* peer flags */
455 u_int32 timereset; /* time counters were reset */
456 u_int32 timereceived; /* time since a packet received */
457 u_int32 timetosend; /* time until a packet sent */
458 u_int32 timereachable; /* time peer has been reachable */
459 u_int32 sent; /* number sent */
460 u_int32 unused1; /* (unused) */
461 u_int32 processed; /* number processed */
462 u_int32 unused2; /* (unused) */
463 u_int32 badauth; /* bad authentication */
464 u_int32 bogusorg; /* bogus origin */
465 u_int32 oldpkt; /* duplicate */
466 u_int32 unused3; /* (unused) */
467 u_int32 unused4; /* (unused) */
468 u_int32 seldisp; /* bad dispersion */
469 u_int32 selbroken; /* bad reference time */
470 u_int32 unused5; /* (unused) */
471 u_char candidate; /* select order */
472 u_char unused6; /* (unused) */
473 u_char unused7; /* (unused) */
474 u_char unused8; /* (unused) */
475 u_int v6_flag; /* is this v6 or not */
476 u_int unused9; /* (unused) padding for dstadr6 */
477 struct in6_addr dstadr6; /* local address */
478 struct in6_addr srcadr6; /* remote address */