Home
last modified time | relevance | path

Searched refs:untagged (Results 1 – 25 of 49) sorted by relevance

12

/external/tcpdump/tests/
Dmedsa-e.out1 26:a1:fb:92:da:73 > 01:80:c2:00:00:00, ethertype MEDSA (0xdada), length 68: To_CPU, untagged, dev.p…
2 94:10:3e:80:bc:f3 > 00:22:02:00:18:44, ethertype MEDSA (0xdada), length 98: From_CPU, untagged, dev…
3 00:22:02:00:18:44 > 94:10:3e:80:bc:f3, ethertype MEDSA (0xdada), length 98: Forward, untagged, dev.…
4 26:a1:fb:92:da:73 > 01:80:c2:00:00:00, ethertype MEDSA (0xdada), length 68: To_CPU, untagged, dev.p…
5 26:a1:fb:92:da:73 > 01:80:c2:00:00:00, ethertype MEDSA (0xdada), length 68: To_CPU, untagged, dev.p…
6 94:10:3e:80:bc:f3 > 00:22:02:00:18:44, ethertype MEDSA (0xdada), length 98: From_CPU, untagged, dev…
7 94:10:3e:80:bc:f3 > 00:22:02:00:18:44, ethertype MEDSA (0xdada), length 98: From_CPU, untagged, dev…
8 00:22:02:00:18:44 > 94:10:3e:80:bc:f3, ethertype MEDSA (0xdada), length 98: Forward, untagged, dev.…
9 00:22:02:00:18:44 > 94:10:3e:80:bc:f3, ethertype MEDSA (0xdada), length 98: Forward, untagged, dev.…
10 26:a1:fb:92:da:73 > 01:80:c2:00:00:00, ethertype MEDSA (0xdada), length 68: To_CPU, untagged, dev.p…
[all …]
Dradius-rfc4675-v.out19 User-Name Attribute (1), length: 14, Value: bob-untagged
/external/wpa_supplicant_8/src/ap/
Dvlan_full.c465 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 …]
Dvlan.c27 if (a->untagged != b->untagged) in vlan_compare()
Dvlan.h16 int untagged; /* >0 802.1q vid */ member
Dieee802_11_auth.c581 msg, &cache->vlan_id.untagged, in hostapd_acl_recv_radius()
611 cache->vlan_id.untagged, in hostapd_acl_recv_radius()
Dap_config.c836 if (!vlan_desc->notempty || vlan_desc->untagged < 0 || in hostapd_vlan_valid()
837 vlan_desc->untagged > MAX_VLAN_ID) in hostapd_vlan_valid()
844 if (!vlan_desc->untagged && !vlan_desc->tagged[0]) in hostapd_vlan_valid()
Dsta_info.c953 vlan_id = vlan_desc->untagged; in ap_sta_set_vlan()
963 vlan_desc->untagged, in ap_sta_set_vlan()
978 vlan_desc ? vlan_desc->untagged : -1, in ap_sta_set_vlan()
Dwpa_auth_glue.c811 vlan_desc.untagged = vlan_id; in hostapd_wpa_auth_update_vlan()
939 vlan->untagged, vlan->tagged[0] ? "+" : ""); in hostapd_wpa_auth_set_vlan()
Dwpa_auth_ft.c279 vlan->untagged = vlan_id; in wpa_ft_rrb_get_tlv_vlan()
298 vlan->notempty = vlan->untagged || vlan->tagged[0]; in wpa_ft_rrb_get_tlv_vlan()
364 if (vlan->untagged) { in wpa_ft_vlan_len()
389 if (vlan->untagged) { in wpa_ft_vlan_lin()
401 WPA_PUT_LE16(pos, vlan->untagged); in wpa_ft_vlan_lin()
3855 le_to_host16(vlan.untagged), vlan.tagged[0] ? "+" : ""); in wpa_ft_rrb_rx_r1()
Dwpa_auth_ie.c913 vlan ? vlan->untagged : 0, in wpa_validate_wpa_ie()
Dieee802_1x.c1753 vlan_desc.notempty = !!radius_msg_get_vlanid(msg, &vlan_desc.untagged, in ieee802_1x_update_vlan()
1763 vlan_desc.untagged, in ieee802_1x_update_vlan()
/external/bcc/examples/networking/vlan_filter/
Dtest_setup.sh88 ip netns exec netns3 bridge vlan add vid 100 pvid untagged dev veth13
89 ip netns exec netns3 bridge vlan add vid 200 pvid untagged dev veth23
90 ip netns exec netns4 bridge vlan add vid 100 pvid untagged dev veth14
91 ip netns exec netns4 bridge vlan add vid 200 pvid untagged dev veth24
/external/linux-kselftest/tools/testing/selftests/net/forwarding/
Dmirror_gre_bridge_1q.sh66 bridge vlan add dev br1 vid 555 pvid untagged self
Drouter_bridge_vlan.sh50 bridge vlan add dev br1 vid 555 self pvid untagged
Dmirror_gre_vlan_bridge_1q.sh185 bridge vlan add dev $swp3 vid 555 pvid untagged
/external/e2fsprogs/lib/et/test_cases/
Dimap_err.et202 # Following used for internationalization of untagged OK/NO responses
228 # Following used for internationalization of untagged BYE response
/external/python/pyasn1/
DTODO.rst90 * how untagged TagSet should be initialized?
DCHANGES.rst560 - Fix to encoder to properly handle explicitly tagged untagged items.
/external/wpa_supplicant_8/src/radius/
Dradius.c1452 int radius_msg_get_vlanid(struct radius_msg *msg, int *untagged, int numtagged, in radius_msg_get_vlanid() argument
1466 *untagged = 0; in radius_msg_get_vlanid()
1516 *untagged = vlan_id; in radius_msg_get_vlanid()
1531 *untagged = tun->vlanid; in radius_msg_get_vlanid()
1539 if (*untagged > 0 || taggedidx) in radius_msg_get_vlanid()
Dradius.h293 int radius_msg_get_vlanid(struct radius_msg *msg, int *untagged, int numtagged,
/external/u-boot/doc/
DREADME.t1040-l2switch44 ethsw [port <port_no>] untagged { [help] | show | all | none | pvid } - set egress tagging mode for…
/external/icu/icu4c/source/data/mappings/
Dconvrtrs.txt592 ibm-943 # Leave untagged because this isn't the default
614 Shift_JIS # Leave untagged because this isn't the default
621 ibm-33722 # Leave untagged because this isn't the default
622 … ibm-5050 # Leave untagged because this isn't the default, and yes this alias is correct
668 …# windows-950 # Alternate mapping. Leave untagged. This is the IBM interpretation of a Windows cod…
703 …windows-936 # Alternate mapping. Leave untagged. This is the IBM interpretation of a Windows codep…
768 ibm-949 # Leave untagged because this isn't the default
822 ibm-1363 # Leave untagged because this isn't the default
837 …# windows-949 # Alternate mapping. Leave untagged. This is the IBM interpretation of a Windows cod…
942 # Leave the windows- variants untagged. They are alternate tables of the newer ones above.
/external/oj-libjdwp/make/data/jdwp/
Djdwp.spec1064 (untagged-value value "Value to put in the field.")
/external/wpa_supplicant_8/hostapd/
Dconfig_file.c112 vlan->vlan_desc.untagged = vlan_id; in hostapd_config_read_vlan_file()
149 (*acl)[*num].vlan_id.untagged = vlan_id; in hostapd_add_acl_maclist()

12