HomeSort by: relevance | last modified time | path
    Searched defs:vif (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/netinet/
ip_mroute.h 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 */
241 struct vif { struct
    [all...]
ip_mroute.h 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 */
241 struct vif { struct
    [all...]

Completed in 22 milliseconds