Lines Matching defs:vif
46 typedef u_int16_t vifi_t; /* type of a vif index */
56 #define VIFF_TUNNEL 0x1 /* vif represents a tunnel end-point */
65 vifi_t vifc_vifi; /* the index of the vif to be added */
67 u_int8_t vifc_threshold; /* min ttl required to forward on vif */
80 vifi_t mfcc_parent; /* incoming vif */
92 vifi_t mfcc_parent; /* incoming vif */
107 #define MRT_MFC_FLAGS_BORDER_VIF (1 << 1) /* border vif */
185 * Argument structure used by mrouted to get vif pkt counts.
188 vifi_t vifi; /* vif number */
189 u_long icount; /* input packet count on vif */
190 u_long ocount; /* output packet count on vif */
191 u_long ibytes; /* input byte count on vif */
192 u_long obytes; /* output byte count on vif */
227 u_int8_t im_vif; /* vif rec'd on */
241 struct vif {
245 u_int32_t tbf_q_len; /* length of queue at this vif */
249 u_int8_t v_threshold; /* min ttl required to forward on vif */
272 vifi_t mfc_parent; /* incoming vif */
339 void reset_vif(struct vif *);