Home
last modified time | relevance | path

Searched refs:untagged (Results 1 - 25 of 50) sorted by relevance

12

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A 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
[all...]
H A Dvlan.c27 if (a->untagged != b->untagged) in vlan_compare()
H A Dvlan.h16 int untagged; /* >0 802.1q vid */ member
H A Dieee802_11_auth.c518 msg, &info->vlan_id.untagged, in hostapd_acl_recv_radius()
548 info->vlan_id.untagged, in hostapd_acl_recv_radius()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A 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
[all...]
H A Dvlan.c27 if (a->untagged != b->untagged) in vlan_compare()
H A Dvlan.h16 int untagged; /* >0 802.1q vid */ member
H A Dieee802_11_auth.c581 msg, &cache->vlan_id.untagged, in hostapd_acl_recv_radius()
611 cache->vlan_id.untagged, in hostapd_acl_recv_radius()
/third_party/rust/crates/either/src/
H A Dserde_untagged_optional.rs39 #[serde(untagged)]
54 let untagged = match this { in serialize()
59 untagged.serialize(serializer) in serialize()
H A Dserde_untagged.rs39 #[serde(untagged)]
51 let untagged = match this { in serialize()
55 untagged.serialize(serializer) in serialize()
/third_party/rust/crates/serde/serde_derive_internals/src/
H A Dast.rs162 .rposition(|variant| !variant.attrs.untagged());
165 if variant.attrs.untagged() {
166 cx.error_spanned_by(&variant.ident, "all variants with the #[serde(untagged)] attribute must be placed at the end of the enum");
H A Dattr.rs250 /// `#[serde(untagged)]`
299 let mut untagged = BoolAttr::none(cx, UNTAGGED); in from_ast() variables
450 // #[serde(untagged)] in from_ast()
453 untagged.set_true(&meta.path); in from_ast()
456 let msg = "#[serde(untagged)] can only be used on enums"; in from_ast()
460 let msg = "#[serde(untagged)] can only be used on enums"; in from_ast()
584 tag: decide_tag(cx, item, untagged, internal_tag, content), in from_ast()
689 untagged: BoolAttr, in decide_tag()
694 untagged.0.get_with_tokens(), in decide_tag()
720 let msg = "enum cannot be both untagged an in decide_tag()
826 let mut untagged = BoolAttr::none(cx, UNTAGGED); from_ast() variables
1028 pub fn untagged(&self) -> bool { untagged() functions
[all...]
/third_party/rust/crates/serde/serde_derive/src/internals/
H A Dast.rs162 .rposition(|variant| !variant.attrs.untagged());
165 if variant.attrs.untagged() {
166 cx.error_spanned_by(&variant.ident, "all variants with the #[serde(untagged)] attribute must be placed at the end of the enum");
H A Dattr.rs250 /// `#[serde(untagged)]`
299 let mut untagged = BoolAttr::none(cx, UNTAGGED); in from_ast() variables
450 // #[serde(untagged)] in from_ast()
453 untagged.set_true(&meta.path); in from_ast()
456 let msg = "#[serde(untagged)] can only be used on enums"; in from_ast()
460 let msg = "#[serde(untagged)] can only be used on enums"; in from_ast()
584 tag: decide_tag(cx, item, untagged, internal_tag, content), in from_ast()
689 untagged: BoolAttr, in decide_tag()
694 untagged.0.get_with_tokens(), in decide_tag()
720 let msg = "enum cannot be both untagged an in decide_tag()
826 let mut untagged = BoolAttr::none(cx, UNTAGGED); from_ast() variables
1028 pub fn untagged(&self) -> bool { untagged() functions
[all...]
/third_party/rust/crates/serde/test_suite/tests/ui/enum-representation/
H A Duntagged-struct.rs4 #[serde(untagged)]
H A Duntagged-and-adjacent.rs4 #[serde(untagged)]
H A Dpartially_tagged_wrong_order.rs5 #[serde(untagged)]
H A Duntagged-and-internal.rs4 #[serde(untagged)]
H A Duntagged-and-content.rs4 #[serde(untagged)]
/third_party/rust/crates/serde/test_suite/tests/ui/identifier/
H A Dother_untagged.rs4 #[serde(untagged)]
/third_party/rust/crates/serde/test_suite/tests/
H A Dtest_gen.rs380 #[serde(untagged, remote = "Or")]
512 #[serde(untagged)]
670 #[serde(untagged)]
688 #[serde(untagged)]
H A Dtest_macros.rs439 #[serde(untagged)] in test_untagged_newtype_struct()
611 #[serde(untagged)] in test_untagged_enum()
667 "data did not match any variant of untagged enum Untagged", in test_untagged_enum()
678 "data did not match any variant of untagged enum Untagged", in test_untagged_enum()
825 #[serde(untagged)] in test_internally_tagged_enum_with_untagged_variant()
1742 #[serde(untagged)] in test_untagged_enum_with_flattened_integer_key()
1770 #[serde(untagged)] in test_enum_in_untagged_enum()
1834 #[serde(untagged)] in test_untagged_bytes()
2162 #[serde(untagged)] in test_untagged_newtype_variant_containing_unit_struct_not_map()
/third_party/node/deps/v8/src/maglev/
H A Dmaglev-graph-builder.h294 ValueNode* untagged = AddNewNode<CheckedSmiUntag>({value}); in GetSmiUntaggedValue()
295 current_interpreter_frame_.set(reg, untagged); in GetSmiUntaggedValue()
296 return untagged; in GetSmiUntaggedValue()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/radius/
H A Dradius.c1446 * @untagged: Pointer to store untagged vid
1450 * Returns: 0 if neither tagged nor untagged configuration is found, 1 otherwise
1452 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()
1524 /* Use tunnel with the lowest tag for 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()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/radius/
H A Dradius.c1446 * @untagged: Pointer to store untagged vid
1450 * Returns: 0 if neither tagged nor untagged configuration is found, 1 otherwise
1452 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()
1524 /* Use tunnel with the lowest tag for 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()

Completed in 16 milliseconds

12