Home
last modified time | relevance | path

Searched full:untagged (Results 1 – 25 of 132) sorted by relevance

123456

/freebsd/share/man/man4/
H A Dbridge.4300 .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 Dvlan.481 initially assumes the same minimum length for tagged and untagged frames.
/freebsd/contrib/wpa/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
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 Dvlan.c27 if (a->untagged != b->untagged) in vlan_compare()
H A Dvlan.h16 int untagged; /* >0 802.1q vid */ member
/freebsd/sys/contrib/openzfs/scripts/
H A Dspdxcheck.pl29 # 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 Dif_bridge_test.sh729 # 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 Drtl8366rb.c190 /* 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 Drtl8366rbvar.h111 /* Untagged ports */
123 * Determines the VID for untagged ingress frames through
/freebsd/sbin/etherswitchcfg/
H A Detherswitchcfg.8159 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 Detherswitchcfg.c356 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 Dmtkswitch_rt3050.c313 /* 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 DAArch64GlobalsTagging.cpp80 // 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 Dar40xx_hw_vtu.c129 /* 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 Dar40xx_var.h107 /* VLAN port membership - untagged ports */
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DMemoryTagManagerAArch64MTE.cpp92 // 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 Dip175d.c174 * 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 Dradius.c1625 * @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 Dbrand.c45 #define RELTAG "[untagged]"
/freebsd/contrib/arm-optimized-routines/string/aarch64/
H A D__mtag_tag_zero_region.S15 * The memory region may remain untagged if tagging is not enabled.
H A D__mtag_tag_region.S15 * The memory region may remain untagged if tagging is not enabled.
/freebsd/contrib/tcpdump/
H A Dprint-bcm-li.c58 { 3, "untagged" },
/freebsd/sys/contrib/edk2/Include/Protocol/
H A DVlanConfig.h40 If VlanId is zero, the VLAN device will send and receive untagged frames.
/freebsd/sys/dev/aic7xxx/
H A Daic7xxx_inline.h118 /*********************** 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 Dhwasan_flags.inc84 // are untagged before the call.

123456