/freebsd/sys/dev/etherswitch/ip17x/ |
H A D | ip17x_vlans.c | 79 v->vlanid = i++ | ETHERSWITCH_VID_VALID; in ip17x_reset_vlans() 95 v->vlanid = 1 | ETHERSWITCH_VID_VALID; in ip17x_reset_vlans() 119 vg->es_vid = sc->vlan[vg->es_vlangroup].vlanid; in ip17x_getvgroup() 162 sc->vlan[i].vlanid & ETHERSWITCH_VID_VALID && in ip17x_setvgroup() 163 (sc->vlan[i].vlanid & ETHERSWITCH_VID_MASK) == in ip17x_setvgroup() 167 sc->vlan[vg->es_vlangroup].vlanid = vg->es_vid & in ip17x_setvgroup() 170 if (sc->vlan[vg->es_vlangroup].vlanid == 0) { in ip17x_setvgroup() 174 sc->vlan[vg->es_vlangroup].vlanid |= ETHERSWITCH_VID_VALID; in ip17x_setvgroup()
|
H A D | ip175d.c | 97 if ((v->vlanid & ETHERSWITCH_VID_VALID) == 0 || in ip175d_hw_setup() 110 v->vlanid & ETHERSWITCH_VID_MASK); in ip175d_hw_setup()
|
H A D | ip175c.c | 150 if ((v->vlanid & ETHERSWITCH_VID_VALID) == 0) in ip175c_dot1q_vlan_setup() 152 vlans[v->vlanid & ETHERSWITCH_VID_MASK] = v->ports; in ip175c_dot1q_vlan_setup()
|
H A D | ip17x_var.h | 44 int vlanid; member
|
/freebsd/contrib/wpa/hostapd/ |
H A D | hostapd.wpa_psk | 9 # vlanid=<VLAN ID>. 18 vlanid=3 00:00:00:00:00:00 passphrase with vlanid
|
/freebsd/sys/dev/enic/ |
H A D | enic_res.c | 141 int enic_add_vlan(struct enic *enic, u16 vlanid) in enic_add_vlan() argument 143 u64 a0 = vlanid, a1 = 0; in enic_add_vlan() 154 int enic_del_vlan(struct enic *enic, u16 vlanid) in enic_del_vlan() argument 156 u64 a0 = vlanid, a1 = 0; in enic_del_vlan()
|
H A D | enic_res.h | 63 int enic_add_vlan(struct enic *enic, u16 vlanid); 64 int enic_del_vlan(struct enic *enic, u16 vlanid);
|
/freebsd/contrib/tcpdump/ |
H A D | print-vtp.c | 49 nd_uint16_t vlanid; member 254 GET_BE_U_2(vtp_vlan->vlanid), in vtp_print()
|
/freebsd/contrib/wpa/src/radius/ |
H A D | radius.c | 1605 int vlanid; member 1686 tun->vlanid = vlan_id; in radius_msg_get_vlanid() 1709 tun->vlanid > 0) { in radius_msg_get_vlanid() 1710 *untagged = tun->vlanid; in radius_msg_get_vlanid()
|
/freebsd/sys/dev/cxgbe/common/ |
H A D | t4vf_hw.c | 455 vlan = be16_to_cpu(cmd.vlanid[0]); in t4vf_get_vf_vlan()
|
H A D | t4_hw.c | 11403 vlan_cmd.vlanid[0] = cpu_to_be16(vlan); in t4_set_vlan_acl()
|
/freebsd/contrib/wpa/src/common/ |
H A D | ieee802_11_common.h | 36 u16 vlanid; member
|
H A D | ieee802_11_common.c | 2640 multi_ap->vlanid = vlan_id; in check_multi_ap_ie() 2701 if (multi_ap->vlanid && in add_multi_ap_ie() 2708 WPA_PUT_LE16(pos, multi_ap->vlanid); in add_multi_ap_ie()
|
/freebsd/contrib/wpa/src/ap/ |
H A D | ctrl_iface_ap.c | 1564 int ret = 0, vlanid = 0; in hostapd_ctrl_iface_acl_add_mac() local 1572 vlanid = atoi(pos + 8); in hostapd_ctrl_iface_acl_add_mac() 1575 ret = hostapd_add_acl_maclist(acl, num, vlanid, addr); in hostapd_ctrl_iface_acl_add_mac()
|
H A D | ieee802_11.c | 113 multi_ap.vlanid = hapd->conf->multi_ap_vlanid; in hostapd_eid_multi_ap()
|
/freebsd/sys/dev/cxgbe/firmware/ |
H A D | t4fw_interface.h | 2237 __be16 vlanid; member 3132 __be16 vlanid; member 7076 __be16 vlanid[16]; member 8976 __be16 vlanid; member 10090 __be16 vlanid; member
|
/freebsd/contrib/ofed/libcxgb4/ |
H A D | t4fw_api.h | 2233 __be16 vlanid[16]; member
|
/freebsd/sys/dev/ocs_fc/ |
H A D | ocs_hw.c | 1046 ocs_hw_config_mrq(ocs_hw_t *hw, uint8_t mode, uint16_t vlanid, uint16_t fcf_index) in ocs_hw_config_mrq() argument 1099 vlanid, /* vlan_id */ in ocs_hw_config_mrq()
|