Home
last modified time | relevance | path

Searched refs:vifctl (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/netinet/
H A Dip_mroute.h81 struct vifctl { struct
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dicmp_opt_data.c163 sizeof (struct vifctl), -1 /* not initialized */ },
H A Dip_mroute.c177 static int add_vif(struct vifctl *, conn_t *, ip_stack_t *);
382 case MRT_ADD_VIF: return (add_vif((struct vifctl *)data, connp, ipst)); in ip_mrouter_set()
604 ipst->ips_mrtstat->mrts_vifctlSize = sizeof (struct vifctl); in ip_mrouter_stack_init()
840 add_vif(struct vifctl *vifcp, conn_t *connp, ip_stack_t *ipst) in add_vif()
3308 ipst->ips_mrtstat->mrts_vifctlSize = sizeof (struct vifctl); in ip_mroute_stats()
3325 struct vifctl vi; in ip_mroute_vif()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dnetstat.c6622 struct vifctl *vip; in mrt_report()
6647 item->length/sizeof (struct vifctl)); in mrt_report()
6648 if (item->length/sizeof (struct vifctl) == 0) { in mrt_report()
6658 for (vip = (struct vifctl *)item->valp; in mrt_report()
6660 vip = (struct vifctl *)((char *)vip + in mrt_report()
6688 item->length/sizeof (struct vifctl)); in mrt_report()
6689 if (item->length/sizeof (struct vifctl) == 0) { in mrt_report()