Lines Matching defs:info_if_stats
916 struct info_if_stats { struct
917 union addrun unaddr; /* address */
918 union addrun unbcast; /* broadcast */
919 union addrun unmask; /* mask */
920 u_int32 v6_flag; /* is this v6 */
921 char name[32]; /* name of interface */
922 int32 flags; /* interface flags */
923 int32 last_ttl; /* last TTL specified */
924 int32 num_mcast; /* No. of IP addresses in multicast socket */
925 int32 received; /* number of incoming packets */
926 int32 sent; /* number of outgoing packets */
927 int32 notsent; /* number of send failures */
928 int32 uptime; /* number of seconds this interface was active */
929 u_int32 scopeid; /* Scope used for Multicasting */
930 u_int32 ifindex; /* interface index - from system */
931 u_int32 ifnum; /* sequential interface number */
932 u_int32 peercnt; /* number of peers referencinf this interface - informational only */
933 u_short family; /* Address family */
934 u_char ignore_packets; /* Specify whether the packet should be ignored */
935 u_char action; /* reason the item is listed */
936 int32 _filler0; /* pad to a 64 bit size boundary */