/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/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/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/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.
|
/freebsd/share/man/man4/ |
H A D | vlan.4 | 81 initially assumes the same minimum length for tagged and untagged frames.
|
H A D | ng_vlan_rotate.4 | 228 name separate:incomplete untagged
|
/freebsd/sys/net/ |
H A D | netisr_internal.h | 62 netisr_m2flow_t *np_m2flow; /* Query flow for untagged packet. */
|
/freebsd/contrib/llvm-project/lld/ELF/Arch/ |
H A D | AArch64.cpp | 1120 // 1. A tagged definition can be used by an untagged declaration, in which case 1121 // the untagged access may be PC-relative, causing a tag mismatch at 1123 // 2. An untagged definition can be used by a tagged declaration, where the 1129 // demote the symbol to be untagged. 1150 // tagged, it means we have an objfile that uses the untagged variant of the in createTaggedSymbols()
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | AutoConvert.cpp | 79 // Assume untagged files to be IBM-1047 encoded. in enableAutoConversion()
|
/freebsd/sbin/dhclient/tests/ |
H A D | pcp.sh | 136 # create new interface on other side of vlan (untagged/pcp)
|