Searched refs:vif (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.2-release/sys/netinet/
H A Dip_mroute.c64 * TODO: Use bitstring.h for vif set.
179 static VNET_DEFINE(struct vif, viftable[MAXVIFS]);
182 &VNET_NAME(viftable), sizeof(V_viftable), "S,vif[MAXVIFS]",
183 "IPv4 Multicast Interfaces (struct vif[MAXVIFS], netinet/ip_mroute.h)");
342 static void phyint_send(struct ip *, struct vif *, struct mbuf *);
345 static int pim_register_send(struct ip *, struct vif *,
347 static int pim_register_send_rp(struct ip *, struct vif *,
349 static int pim_register_send_upcall(struct ip *, struct vif *,
352 static void send_packet(struct vif *, struct mbuf *);
586 * returns the input and output packet and byte counts on the vif provide
1617 X_legal_vif_num(int vif) argument
[all...]
H A Dip_mroute.h77 typedef u_short vifi_t; /* type of a vif index */
94 vifi_t vifc_vifi; /* the index of the vif to be added */
96 u_char vifc_threshold; /* min ttl required to forward on vif */
113 vifi_t mfcc_parent; /* incoming vif */
125 vifi_t mfcc_parent; /* incoming vif */
139 #define MRT_MFC_FLAGS_BORDER_VIF (1 << 1) /* border vif */
242 * Argument structure used by mrouted to get vif pkt counts
245 vifi_t vifi; /* vif number */
246 u_long icount; /* Input packet count on vif */
247 u_long ocount; /* Output packet count on vif */
256 struct vif { struct
[all...]
/freebsd-10.2-release/usr.bin/netstat/
H A Dmroute.c213 struct vif viftable[MAXVIFS];
214 struct vif *v;
/freebsd-10.2-release/sys/cam/scsi/
H A Dscsi_ch.h200 u_int8_t vif[32]; /* volume identification field */ member in struct:volume_tag
H A Dscsi_ch.c1042 char c = voltag->vif[i];

Completed in 106 milliseconds