Lines Matching defs:vif
40 typedef u_int16_t vifi_t; /* type of a vif index */
49 #define VIFF_TUNNEL 0x1 /* vif represents a tunnel end-point */
57 vifi_t vifc_vifi; /* the index of the vif to be added */
59 u_int8_t vifc_threshold; /* min ttl required to forward on vif */
72 vifi_t mfcc_parent; /* incoming vif */
84 vifi_t mfcc_parent; /* incoming vif */
109 vifi_t mfc_parent; /* incoming vif */
115 /* structure used to get all the vif entries */
117 vifi_t v_vifi; /* the index of the vif to be added */
119 u_int8_t v_threshold; /* min ttl required to forward on vif */
140 * Argument structure used by mrouted to get vif pkt counts.
143 vifi_t vifi; /* vif number */
144 u_long icount; /* input packet count on vif */
145 u_long ocount; /* output packet count on vif */
146 u_long ibytes; /* input byte count on vif */
147 u_long obytes; /* output byte count on vif */
184 struct vif {
187 u_int8_t v_threshold; /* min ttl required to forward on vif */
202 vifi_t mfc_parent; /* incoming vif */
224 u_int8_t im_vif; /* vif rec'd on */