Home
last modified time | relevance | path

Searched defs:mif6 (Results 1 – 1 of 1) sorted by relevance

/minix3/sys/netinet6/
H A Dip6_mroute.h209 struct mif6 { struct
210 u_char m6_flags; /* MIFF_ flags defined above */
211 u_int m6_rate_limit; /* max rate */
213 struct tbf *m6_tbf; /* token bucket structure at intf. */
215 struct in6_addr m6_lcl_addr; /* local interface address */
216 struct ifnet *m6_ifp; /* pointer to interface */
217 u_quad_t m6_pkt_in; /* # pkts in on interface */
218 u_quad_t m6_pkt_out; /* # pkts out on interface */
219 u_quad_t m6_bytes_in; /* # bytes in on interface */
220 u_quad_t m6_bytes_out; /* # bytes out on interface */
[all …]