Searched defs:mif6_sctl (Results 1 – 2 of 2) sorted by relevance
202 struct mif6_sctl { struct203 u_char m6_flags; /* MIFF_ flags defined above */204 u_int m6_rate_limit; /* max rate */205 struct in6_addr m6_lcl_addr; /* local interface address */206 uint32_t m6_ifp; /* interface index */207 u_quad_t m6_pkt_in; /* # pkts in on interface */208 u_quad_t m6_pkt_out; /* # pkts out on interface */209 u_quad_t m6_bytes_in; /* # bytes in on interface */210 u_quad_t m6_bytes_out; /* # bytes out on interface */