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