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