Home
last modified time | relevance | path

Searched refs:tagged (Results 1 – 25 of 32) sorted by relevance

12

/dragonfly/contrib/wpa_supplicant/src/ap/
HDvlan_full.c465 int untagged, *tagged, i, notempty; in vlan_newlink() local
482 tagged = vlan->vlan_desc.tagged; in vlan_newlink()
498 for (i = 0; i < MAX_NUM_TAGGED_VLAN && tagged[i]; i++) { in vlan_newlink()
499 if (tagged[i] == untagged || in vlan_newlink()
500 tagged[i] <= 0 || tagged[i] > MAX_VLAN_ID || in vlan_newlink()
501 (i > 0 && tagged[i] == tagged[i - 1])) in vlan_newlink()
503 vlan_bridge_name(br_name, hapd, vlan, tagged[i]); in vlan_newlink()
504 vlan_get_bridge(br_name, hapd, tagged[i]); in vlan_newlink()
506 ifname, br_name, tagged[i], hapd); in vlan_newlink()
586 int *tagged = vlan->vlan_desc.tagged; in vlan_dellink() local
[all …]
HDvlan.c30 if (a->tagged[i] != b->tagged[i]) in vlan_compare()
HDvlan.h17 int tagged[MAX_NUM_TAGGED_VLAN]; /* first k items, ascending order */ member
HDieee802_11_auth.c582 MAX_NUM_TAGGED_VLAN, cache->vlan_id.tagged); in hostapd_acl_recv_radius()
612 cache->vlan_id.tagged[0] ? "+" : ""); in hostapd_acl_recv_radius()
HDap_config.c960 if (vlan_desc->tagged[i] < 0 || in hostapd_vlan_valid()
961 vlan_desc->tagged[i] > MAX_VLAN_ID) in hostapd_vlan_valid()
964 if (!vlan_desc->untagged && !vlan_desc->tagged[0]) in hostapd_vlan_valid()
HDwpa_auth_ft.c284 vlan->tagged[taggedidx] = vlan_id; in wpa_ft_rrb_get_tlv_vlan()
297 qsort(vlan->tagged, taggedidx, sizeof(int), cmp_int); in wpa_ft_rrb_get_tlv_vlan()
299 vlan->notempty = vlan->untagged || vlan->tagged[0]; in wpa_ft_rrb_get_tlv_vlan()
369 if (vlan->tagged[0]) in wpa_ft_vlan_len()
371 for (i = 0; i < MAX_NUM_TAGGED_VLAN && vlan->tagged[i]; i++) in wpa_ft_vlan_len()
406 if (!vlan->tagged[0]) in wpa_ft_vlan_lin()
417 for (i = 0; i < MAX_NUM_TAGGED_VLAN && vlan->tagged[i]; i++) { in wpa_ft_vlan_lin()
422 WPA_PUT_LE16(pos, vlan->tagged[i]); in wpa_ft_vlan_lin()
3868 le_to_host16(vlan.untagged), vlan.tagged[0] ? "+" : ""); in wpa_ft_rrb_rx_r1()
HDsta_info.c967 if (vlan_desc->tagged[0]) { in ap_sta_set_vlan()
977 vlan_desc->tagged[0] ? "+" : ""); in ap_sta_set_vlan()
992 (vlan_desc && vlan_desc->tagged[0]) ? in ap_sta_set_vlan()
HDwpa_auth_ie.c914 (vlan && vlan->tagged[0]) ? "+" : ""); in wpa_validate_wpa_ie()
HDieee802_1x.c1866 vlan_desc.tagged); in ieee802_1x_update_vlan()
1875 vlan_desc.tagged[0] ? "+" : ""); in ieee802_1x_update_vlan()
HDwpa_auth_glue.c943 vlan->untagged, vlan->tagged[0] ? "+" : ""); in hostapd_wpa_auth_set_vlan()
HDieee802_11.c1987 vlan_id->tagged[0] ? "+" : ""); in ieee802_11_set_radius_info()
/dragonfly/contrib/tre/lib/
HDREADME22 * Routine to convert an AST to a tagged AST. A tagged AST has
25 * Routine to convert tagged ASTs to tagged nondeterministic state
/dragonfly/contrib/lvm2/dist/doc/
HDtagging.txt16 2) LVM object types that can be tagged:
19 Snapshots can't be tagged, but their origin may be.
27 5) LVM1 objects cannot be tagged, as the disk format doesn't support it.
/dragonfly/contrib/file/magic/Magdir/
HDcbor20 >>3 ubyte >0xbf (tagged)
HDadventure66 # All files are machine-independent (games compile to byte-code) and are tagged
HDsniffer353 # *Peek tagged capture files.
HDfilesystems2247 # Summary: Oracle ASM tagged volume
2261 # Oracle ASM tagged volume - Aaron Botsis <redhat@digitalmafia.org>
/dragonfly/usr.bin/calendar/calendars/
HDcalendar.dragonfly61 /* DragonFly 4.2.2 was mis-tagged and immediately replaced by 4.2.3 */
/dragonfly/contrib/wpa_supplicant/src/radius/
HDradius.c1453 int *tagged) in radius_msg_get_vlanid() argument
1465 tagged[j] = 0; in radius_msg_get_vlanid()
1517 else if (data[0] == 0x31 && tagged && in radius_msg_get_vlanid()
1519 tagged[taggedidx++] = vlan_id; in radius_msg_get_vlanid()
1537 qsort(tagged, taggedidx, sizeof(int), cmp_int); in radius_msg_get_vlanid()
HDradius.h294 int *tagged);
/dragonfly/contrib/gcc-8.0/libstdc++-v3/config/abi/pre/
Dgnu.ver1699 # ABI-tagged std::basic_string
1720 # operator+ for ABI-tagged std::basic_string
1723 # ABI-tagged stringstreams
1747 # I/O functions for ABI-tagged basic_string
1752 # fstream functions taking ABI-tagged std::string
1762 # ABI-tagged locale facets
/dragonfly/usr.sbin/pfctl/
HDparse.y409 } tagged; member
507 %type <v.tagged> tagged
3904 natrule : nataction interface af proto fromto tag tagged rtable
4064 tagged rtable redirection
4234 tagged : /* empty */ { $$.neg = 0; $$.name = NULL; }
/dragonfly/contrib/gcc-4.7/gcc/
HDtree.def98 which could have named members (e.g. tagged types in C/C++) will
106 For non-tagged-types, TYPE_CONTEXT need not be set to anything in
/dragonfly/contrib/gcc-8.0/gcc/
HDtree.def101 which could have named members (e.g. tagged types in C/C++) will
109 For non-tagged-types, TYPE_CONTEXT need not be set to anything in
/dragonfly/contrib/lvm2/dist/
HDWHATS_NEW1627 Support for tagged config files.

12