Searched refs:vlanid (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.0-release/sys/dev/etherswitch/ip17x/
H A Dip17x_vlans.c77 v->vlanid = i++ | ETHERSWITCH_VID_VALID;
93 v->vlanid = 1 | ETHERSWITCH_VID_VALID;
117 vg->es_vid = sc->vlan[vg->es_vlangroup].vlanid;
160 sc->vlan[i].vlanid & ETHERSWITCH_VID_VALID &&
161 (sc->vlan[i].vlanid & ETHERSWITCH_VID_MASK) ==
165 sc->vlan[vg->es_vlangroup].vlanid = vg->es_vid &
167 /* Setting the vlanid to zero disables the vlangroup. */
168 if (sc->vlan[vg->es_vlangroup].vlanid == 0) {
172 sc->vlan[vg->es_vlangroup].vlanid |= ETHERSWITCH_VID_VALID;
H A Dip17x_var.h44 int vlanid; member in struct:ip17x_vlan
H A Dip175d.c97 if ((v->vlanid & ETHERSWITCH_VID_VALID) == 0 ||
110 v->vlanid & ETHERSWITCH_VID_MASK);
H A Dip175c.c150 if ((v->vlanid & ETHERSWITCH_VID_VALID) == 0)
152 vlans[v->vlanid & ETHERSWITCH_VID_MASK] = v->ports;
/freebsd-10.0-release/contrib/tcpdump/
H A Dprint-vtp.c55 u_int16_t vlanid; member in struct:vtp_vlan_
252 EXTRACT_16BITS(&vtp_vlan->vlanid),
/freebsd-10.0-release/contrib/wpa/src/radius/
H A Dradius.c1328 int vlanid; member in struct:radius_tunnel_attrs
1384 tun->vlanid = atoi(buf);
1394 tun->vlanid > 0)
1395 return tun->vlanid;
/freebsd-10.0-release/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h1900 __be16 vlanid; member in struct:fw_chnet_ifconf_wr::fw_chnet_ifconf_params
5553 __be16 vlanid[16]; member in struct:fw_acl_vlan_cmd
7059 __be16 vlanid; member in struct:fw_chnet_iface_cmd

Completed in 205 milliseconds