/freebsd/contrib/wpa/src/ap/ |
H A D | vlan_full.c | 465 int untagged, *tagged, i, notempty; in vlan_newlink() local 481 untagged = vlan->vlan_desc.untagged; in vlan_newlink() 489 } else if (untagged > 0 && untagged <= MAX_VLAN_ID) { in vlan_newlink() 490 vlan_bridge_name(br_name, hapd, vlan, untagged); in vlan_newlink() 492 vlan_get_bridge(br_name, hapd, untagged); in vlan_newlink() 499 if (tagged[i] == untagged || in vlan_newlink() 585 int untagged = vlan->vlan_desc.untagged; in vlan_dellink() local 591 if (tagged[i] == untagged || in vlan_dellink() 606 } else if (untagged > 0 && untagged <= MAX_VLAN_ID) { in vlan_dellink() 607 vlan_bridge_name(br_name, hapd, vlan, untagged); in vlan_dellink() [all …]
|
H A D | vlan.c | 27 if (a->untagged != b->untagged) in vlan_compare()
|
H A D | vlan.h | 16 int untagged; /* >0 802.1q vid */ member
|
H A D | ieee802_11_auth.c | 560 msg, &info->vlan_id.untagged, in hostapd_acl_recv_radius() 590 info->vlan_id.untagged, in hostapd_acl_recv_radius()
|
H A D | ap_config.c | 1103 if (!vlan_desc->notempty || vlan_desc->untagged < 0 || in hostapd_vlan_valid() 1104 vlan_desc->untagged > MAX_VLAN_ID) in hostapd_vlan_valid() 1111 if (!vlan_desc->untagged && !vlan_desc->tagged[0]) in hostapd_vlan_valid() 1768 (*acl)[*num].vlan_id.untagged = vlan_id; in hostapd_add_acl_maclist()
|
H A D | wpa_auth_glue.c | 1004 vlan_desc.untagged = vlan_id; in hostapd_wpa_auth_update_vlan() 1176 vlan->untagged, vlan->tagged[0] ? in hostapd_wpa_auth_set_vlan() 1186 sta->vlan_id = vlan->untagged; in hostapd_wpa_auth_set_vlan() 1215 vlan->untagged = sta->vlan_id; in hostapd_wpa_auth_get_vlan()
|
H A D | sta_info.c | 1201 vlan_id = vlan_desc->untagged; in ap_sta_set_vlan() 1211 vlan_desc->untagged, in ap_sta_set_vlan() 1226 vlan_desc ? vlan_desc->untagged : -1, in ap_sta_set_vlan()
|
H A D | wpa_auth_ft.c | 285 vlan->untagged = vlan_id; in wpa_ft_rrb_get_tlv_vlan() 304 vlan->notempty = vlan->untagged || vlan->tagged[0]; in wpa_ft_rrb_get_tlv_vlan() 370 if (vlan->untagged) { in wpa_ft_vlan_len() 395 if (vlan->untagged) { in wpa_ft_vlan_lin() 407 WPA_PUT_LE16(pos, vlan->untagged); in wpa_ft_vlan_lin() 4281 le_to_host16(vlan.untagged), vlan.tagged[0] ? "+" : ""); in wpa_ft_rrb_rx_r1()
|
H A D | wpa_auth_ie.c | 1028 vlan ? vlan->untagged : 0, in wpa_validate_wpa_ie()
|
H A D | ieee802_1x.c | 1983 vlan_desc.notempty = !!radius_msg_get_vlanid(msg, &vlan_desc.untagged, in ieee802_1x_update_vlan() 1993 vlan_desc.untagged, in ieee802_1x_update_vlan()
|
H A D | ctrl_iface_ap.c | 1549 acl[i].vlan_id.untagged); in hostapd_ctrl_iface_acl_show_mac()
|
/freebsd/sys/dev/etherswitch/rtl8366/ |
H A D | rtl8366rb.c | 745 int member, untagged; in rtl_getvgroup() local 754 untagged = RTL8366_VMCR_UNTAG(vmcr); in rtl_getvgroup() 757 vg->es_untagged_ports = ((untagged & 0x20) >> 1) | (untagged & 0x0f); in rtl_getvgroup() 760 vg->es_untagged_ports = untagged; in rtl_getvgroup() 771 int member, untagged; in rtl_setvgroup() local 788 untagged = (vg->es_untagged_ports & 0x0f) | in rtl_setvgroup() 792 untagged = vg->es_untagged_ports; in rtl_setvgroup() 797 ((untagged << RTL8366_VMCR_MU_UNTAG_SHIFT) & RTL8366_VMCR_MU_UNTAG_MASK)); in rtl_setvgroup() 803 ((untagged << RTL8366_VMCR_MU_UNTAG_SHIFT) & RTL8366_VMCR_MU_UNTAG_MASK) | in rtl_setvgroup()
|
/freebsd/sbin/etherswitchcfg/ |
H A D | etherswitchcfg.c | 356 int member, untagged; in set_vlangroup_members() local 363 member = untagged = 0; in set_vlangroup_members() 375 untagged &= ~ETHERSWITCH_PORTMASK(v); in set_vlangroup_members() 378 untagged |= ETHERSWITCH_PORTMASK(v); in set_vlangroup_members() 389 vg.es_untagged_ports = untagged; in set_vlangroup_members()
|
/freebsd/contrib/wpa/src/radius/ |
H A D | radius.c | 1631 int radius_msg_get_vlanid(struct radius_msg *msg, int *untagged, int numtagged, in radius_msg_get_vlanid() argument 1645 *untagged = 0; in radius_msg_get_vlanid() 1695 *untagged = vlan_id; in radius_msg_get_vlanid() 1710 *untagged = tun->vlanid; in radius_msg_get_vlanid() 1718 if (*untagged > 0 || taggedidx) in radius_msg_get_vlanid()
|
H A D | radius.h | 327 int radius_msg_get_vlanid(struct radius_msg *msg, int *untagged, int numtagged,
|
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/ |
H A D | hwasan_flags.inc | 84 // are untagged before the call.
|
/freebsd/sys/dev/oce/ |
H A D | oce_mbox.c | 659 * @param untagged boolean TRUE/FLASE 667 uint8_t vtag_cnt, uint32_t untagged, uint32_t enable_promisc) in oce_config_vlan() argument 688 fwcmd->params.req.untagged = (uint8_t) untagged; in oce_config_vlan()
|
H A D | oce_if.h | 1021 uint32_t untagged, uint32_t enable_promisc);
|
H A D | oce_hw.h | 1786 uint8_t untagged; member 1792 uint8_t untagged;
|
/freebsd/sys/dev/etherswitch/e6000sw/ |
H A D | e6000sw.c | 1740 int members, int untagged) argument 1759 if ((untagged & (1 << i)) != 0)
|
/freebsd/sys/dev/aic7xxx/ |
H A D | aic7xxx.seq | 1696 * and await the bus going free. If this is an untagged transaction 1697 * store the SCB id for it in our untagged target table for lookup on 1814 * the busy target array. If there is no untagged transaction 1857 * We only allow one untagged command per-target
|
H A D | aic79xx.seq | 1092 * the per-device, disconnected array. If there is no untagged 1280 * and await the bus going free. If this is an untagged transaction 1281 * store the SCB id for it in our untagged target table for lookup on
|
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | ecore_hsi_eth.h | 1688 …u8 untagged /* If set untagged filter (vlan0) is added to current Vport, otherwise port is marked … member
|
H A D | ecore_l2.c | 410 p_ramrod->untagged = p_params->only_untagged; in ecore_sp_eth_vport_start()
|
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/ |
H A D | Path.inc | 1064 * conv: auto -> auto-conversion is turned on if the file is untagged
|