| /freebsd/share/man/man4/ |
| H A D | bridge.4 | 300 .Ss Tagged and untagged traffic 301 Incoming frames on a member interface may be either tagged or untagged. 303 frame belongs to, while untagged frames do not. 306 while untagged frames are assigned to the interface's configured 318 .Cm untagged 322 ifconfig bridge0 addm ix0 untagged 10 325 This will assign all untagged traffic received on the interface to the 357 No untagged frames will be accepted from a member interface unless 398 port in VLAN 10, and port ix1 configured as untagged in VLAN 10 and 646 addm em0 untagged 10 \e [all …]
|
| H A D | vlan.4 | 81 initially assumes the same minimum length for tagged and untagged frames.
|
| /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
|
| /freebsd/sys/contrib/openzfs/scripts/ |
| H A D | spdxcheck.pl | 29 # All files known to git are either "tagged" or "untagged". Tagged files are 30 # expected to have a license tag, while untagged files are expected to _not_ 32 # or "untagged". 34 # Whether or not a file is tagged or untagged is determined using the patterns 41 # file is untagged. 46 # - otherwise, the file is untagged. 319 # explicitly untagged 325 # must match tagged patterns and not match untagged patterns 367 # untagged file has a tag, pattern change required 415 # List any files explicitly listed as tagged or untagged that we didn't see. [all …]
|
| /freebsd/tests/sys/net/ |
| H A D | if_bridge_test.sh | 729 # Create a MAC address conflict between an untagged and tagged interface 944 ifconfig ${bridge} addm ${epone}a untagged 20 945 ifconfig ${bridge} addm ${eptwo}a untagged 20 951 # Removed the untagged VLAN on one port; traffic should not be passed. 988 atf_check -s exit:0 ifconfig ${bridge} addm ${epone}a untagged 20 989 atf_check -s exit:0 ifconfig ${bridge} addm ${eptwo}a untagged 30 1031 atf_check -s exit:0 ifconfig ${bridge} addm ${epone}a untagged 20 1032 atf_check -s exit:0 ifconfig ${bridge} addm ${eptwo}a untagged 20 1073 atf_check -s exit:0 ifconfig ${bridge} addm ${epone}a untagged 20 1129 # Set the untagged vlan on both ports to 20 and make sure traffic is [all …]
|
| /freebsd/sys/dev/etherswitch/rtl8366/ |
| H A D | rtl8366rb.c | 190 /* Add port 0 untagged and port 5 tagged to VLAN 2. */ in rtl8366rb_init() 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()
|
| H A D | rtl8366rbvar.h | 111 /* Untagged ports */ 123 * Determines the VID for untagged ingress frames through
|
| /freebsd/sbin/etherswitchcfg/ |
| H A D | etherswitchcfg.8 | 159 Disable the drop untagged packets option. 197 Port 5 will send and receive tagged frames while port 0 will be untagged. 198 Incoming untagged frames on port 0 are assigned to vlangroup1.
|
| 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/sys/dev/etherswitch/mtkswitch/ |
| H A D | mtkswitch_rt3050.c | 313 /* Now, add all ports as untagged members to VLAN1 */ in mtkswitch_vlan_init_hw() 411 * 1. Adding a port as an untagged member if the port is not in mtkswitch_vlan_setvgroup() 418 /* get all untagged members from the member list */ in mtkswitch_vlan_setvgroup() 420 /* fail if untagged members are not a subset of all members */ in mtkswitch_vlan_setvgroup() 427 /* fail if any untagged member is set up to do tagging */ in mtkswitch_vlan_setvgroup()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64GlobalsTagging.cpp | 80 // a global variable, and some are tagged, and some are untagged, it resolves it in tagGlobalDefinition() 81 // to be an untagged definition - but preserves the tag-granule-rounded size and in tagGlobalDefinition()
|
| /freebsd/sys/dev/etherswitch/ar40xx/ |
| H A D | ar40xx_hw_vtu.c | 129 /* Port in the VLAN; is untagged */ in ar40xx_hw_vtu_load_vlan() 170 /* XXX TODO: the VTU here stores egress mode - keep, tag, untagged, none */ in ar40xx_hw_vtu_get_vlan()
|
| H A D | ar40xx_var.h | 107 /* VLAN port membership - untagged ports */
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
| H A D | MemoryTagManagerAArch64MTE.cpp | 92 // we must use an untagged address. in MakeTaggedRange() 111 // Some part of this range is untagged (or unmapped) so error in MakeTaggedRange() 177 // we must use an untagged address. in MakeTaggedRanges()
|
| /freebsd/sys/dev/etherswitch/ip17x/ |
| H A D | ip175d.c | 174 * Ingress rules: CFI=1 dropped, null VID is untagged, VID=1 passed, in ip175d_set_vlan_mode() 175 * VID=0xfff discarded, admin both tagged and untagged, ingress in ip175d_set_vlan_mode()
|
| /freebsd/contrib/wpa/src/radius/ |
| H A D | radius.c | 1625 * @untagged: Pointer to store untagged vid 1629 * Returns: 0 if neither tagged nor untagged configuration is found, 1 otherwise 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() 1703 /* Use tunnel with the lowest tag for 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()
|
| /freebsd/crypto/krb5/src/lib/krb5/krb/ |
| H A D | brand.c | 45 #define RELTAG "[untagged]"
|
| /freebsd/contrib/arm-optimized-routines/string/aarch64/ |
| H A D | __mtag_tag_zero_region.S | 15 * The memory region may remain untagged if tagging is not enabled.
|
| H A D | __mtag_tag_region.S | 15 * The memory region may remain untagged if tagging is not enabled.
|
| /freebsd/contrib/tcpdump/ |
| H A D | print-bcm-li.c | 58 { 3, "untagged" },
|
| /freebsd/sys/contrib/edk2/Include/Protocol/ |
| H A D | VlanConfig.h | 40 If VlanId is zero, the VLAN device will send and receive untagged frames.
|
| /freebsd/sys/dev/aic7xxx/ |
| H A D | aic7xxx_inline.h | 118 /*********************** Untagged Transaction Routines ************************/ 123 * Block our completion routine from starting the next untagged 134 * Allow the next untagged transaction for this target or target lun
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/ |
| H A D | hwasan_flags.inc | 84 // are untagged before the call.
|