Home
last modified time | relevance | path

Searched refs:vifi_t (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/netinet/
H A Dip_mroute.h76 typedef u_short vifi_t; /* type of a vif index */ typedef
77 #define ALL_VIFS (vifi_t)-1
93 vifi_t vifc_vifi; /* the index of the vif to be added */
112 vifi_t mfcc_parent; /* incoming vif */
124 vifi_t mfcc_parent; /* incoming vif */
244 vifi_t vifi; /* vif number */
279 vifi_t mfc_parent; /* incoming vif */
322 vifi_t xmt_vif; /* Saved copy of imo_multicast_vif */
H A Dip_mroute.c130 #define VIFI_INVALID ((vifi_t) -1)
192 VNET_DEFINE_STATIC(vifi_t, numvifs);
297 VNET_DEFINE_STATIC(vifi_t, reg_vif_num) = VIFI_INVALID;
324 static int del_vif(vifi_t);
325 static int del_vif_locked(vifi_t, struct ifnet **, struct ifnet **);
333 static int ip_mdq(struct mbuf *, struct ifnet *, struct mfc *, vifi_t);
421 vifi_t vifi; in X_ip_mrouter_set()
602 vifi_t vifi = req->vifi; in get_vif_cnt()
624 vifi_t vifi; in if_detached_event()
767 vifi_t vifi; in X_ip_mrouter_done()
[all …]
/freebsd/usr.bin/netstat/
H A Dmroute.c173 vifi_t vifi; in print_mfc()
245 vifi_t vifi, maxvif; in mroutepr()