Lines Matching defs:mif6
222 struct mif6 { struct
223 u_char m6_flags; /* MIFF_ flags defined above */
224 u_int m6_rate_limit; /* max rate */
226 struct tbf *m6_tbf; /* token bucket structure at intf. */
228 struct in6_addr m6_lcl_addr; /* local interface address */
229 struct ifnet *m6_ifp; /* pointer to interface */
230 u_quad_t m6_pkt_in; /* # pkts in on interface */
231 u_quad_t m6_pkt_out; /* # pkts out on interface */
232 u_quad_t m6_bytes_in; /* # bytes in on interface */
233 u_quad_t m6_bytes_out; /* # bytes out on interface */
234 struct route_in6 m6_route;/* cached route if this is a tunnel */
236 u_int m6_rsvp_on; /* RSVP listening on this vif */
237 struct socket *m6_rsvpd; /* RSVP daemon socket */