Searched defs:vif (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/netinet/
H A Dip_mroute.h66 typedef ushort_t vifi_t; /* type of a vif index */
82 vifi_t vifc_vifi; /* the index of the vif to be added */
84 uchar_t vifc_threshold; /* min ttl required to forward on vif */
96 #define VIFF_TUNNEL 0x1 /* vif represents a tunnel end-point */
107 vifi_t mfcc_parent; /* incoming vif */
155 * Argument structure used by mrouted to get vif pkt counts
158 vifi_t vifi; /* vif number */
159 uint_t icount; /* Input packet count on vif */
160 uint_t ocount; /* Output packet count on vif */
161 uint_t ibytes; /* Input byte count on vif */
169 struct vif { struct
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/vrrpd/
H A Dvrrpd.c2912 vrrp_intf_t *vif; local
2931 vif = vr->vvr_vif;
2932 TAILQ_FOREACH(ip, &vif->vvi_iplist, vip_next) {
2965 TAILQ_FOREACH(ip, &vif->vvi_iplist, vip_next) {
3010 vrrp_intf_t *vif = vr->vvr_vif; local
3012 int af = vif->vvi_af;
3021 TAILQ_FOREACH(vip, &vif->vvi_iplist, vip_next) {
3747 vrrp_intf_t *vif; local
3759 if ((vif = vrrpd_lookup_if(vr->vvr_vnic, af)) == NULL) {
3765 vr->vvr_vif = vif;
3799 vrrp_intf_t *vif; /* VNIC interface used to send packets */ local
3885 vrrp_intf_t *vif; /* VNIC interface used to send packets */ local
3964 vrrp_intf_t *vif = vr->vvr_vif; local
4272 vrrp_intf_t *vif = vr->vvr_vif; local
4323 vrrpd_virtualip_updateone(vrrp_intf_t *vif, vrrp_ip_t *ip, boolean_t checkonly) argument
4383 vrrp_intf_t *vif = vr->vvr_vif; local
[all...]
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/fw/
H A D5710_hsi.h5755 * FCoE 16-bits vlan, vif union
5760 u16_t vif /* VIF */; member in union:fcoe_vlan_vif_field_union
5843 union fcoe_vlan_vif_field_union multi_func_val /* Outer vlan vif union */;
5849 union fcoe_vlan_vif_field_union multi_func_val /* Outer vlan vif union */;
7710 * The data afex vif list ramrod need $$KEEP_ENDIANNESS$$
7886 RAMROD_CMD_ID_COMMON_AFEX_VIF_LISTS /* niv vif lists */,
8109 * vif list event data $$KEEP_ENDIANNESS$$
8142 struct vif_list_event_data vif_list_event /* vif list event data */;
8216 EVENT_RING_OPCODE_AFEX_VIF_LISTS /* event ring opcode niv vif lists */,
8709 struct afex_vif_list_ramrod_data afex_vif_list_data /* The data afex vif lis
[all...]

Completed in 137 milliseconds