/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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 [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 | 518 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 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 [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 | 581 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 D | serde_untagged_optional.rs | 39 #[serde(untagged)] 54 let untagged = match this { in serialize() 59 untagged.serialize(serializer) in serialize()
|
H A D | serde_untagged.rs | 39 #[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 D | ast.rs | 162 .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 D | attr.rs | 250 /// `#[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 D | ast.rs | 162 .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 D | attr.rs | 250 /// `#[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 D | untagged-struct.rs | 4 #[serde(untagged)]
|
H A D | untagged-and-adjacent.rs | 4 #[serde(untagged)]
|
H A D | partially_tagged_wrong_order.rs | 5 #[serde(untagged)]
|
H A D | untagged-and-internal.rs | 4 #[serde(untagged)]
|
H A D | untagged-and-content.rs | 4 #[serde(untagged)]
|
/third_party/rust/crates/serde/test_suite/tests/ui/identifier/ |
H A D | other_untagged.rs | 4 #[serde(untagged)]
|
/third_party/rust/crates/serde/test_suite/tests/ |
H A D | test_gen.rs | 380 #[serde(untagged, remote = "Or")] 512 #[serde(untagged)] 670 #[serde(untagged)] 688 #[serde(untagged)]
|
H A D | test_macros.rs | 439 #[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 D | maglev-graph-builder.h | 294 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 D | radius.c | 1446 * @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 D | radius.c | 1446 * @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()
|