| /dragonfly/contrib/wpa_supplicant/src/ap/ |
| HD | vlan_full.c | 465 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 …]
|
| HD | vlan.c | 30 if (a->tagged[i] != b->tagged[i]) in vlan_compare()
|
| HD | vlan.h | 17 int tagged[MAX_NUM_TAGGED_VLAN]; /* first k items, ascending order */ member
|
| HD | ieee802_11_auth.c | 582 MAX_NUM_TAGGED_VLAN, cache->vlan_id.tagged); in hostapd_acl_recv_radius() 612 cache->vlan_id.tagged[0] ? "+" : ""); in hostapd_acl_recv_radius()
|
| HD | ap_config.c | 960 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()
|
| HD | wpa_auth_ft.c | 284 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()
|
| HD | sta_info.c | 967 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()
|
| HD | wpa_auth_ie.c | 914 (vlan && vlan->tagged[0]) ? "+" : ""); in wpa_validate_wpa_ie()
|
| HD | ieee802_1x.c | 1866 vlan_desc.tagged); in ieee802_1x_update_vlan() 1875 vlan_desc.tagged[0] ? "+" : ""); in ieee802_1x_update_vlan()
|
| HD | wpa_auth_glue.c | 943 vlan->untagged, vlan->tagged[0] ? "+" : ""); in hostapd_wpa_auth_set_vlan()
|
| HD | ieee802_11.c | 1987 vlan_id->tagged[0] ? "+" : ""); in ieee802_11_set_radius_info()
|
| /dragonfly/contrib/tre/lib/ |
| HD | README | 22 * 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/ |
| HD | tagging.txt | 16 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/ |
| HD | cbor | 20 >>3 ubyte >0xbf (tagged)
|
| HD | adventure | 66 # All files are machine-independent (games compile to byte-code) and are tagged
|
| HD | sniffer | 353 # *Peek tagged capture files.
|
| HD | filesystems | 2247 # Summary: Oracle ASM tagged volume 2261 # Oracle ASM tagged volume - Aaron Botsis <redhat@digitalmafia.org>
|
| /dragonfly/usr.bin/calendar/calendars/ |
| HD | calendar.dragonfly | 61 /* DragonFly 4.2.2 was mis-tagged and immediately replaced by 4.2.3 */
|
| /dragonfly/contrib/wpa_supplicant/src/radius/ |
| HD | radius.c | 1453 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()
|
| HD | radius.h | 294 int *tagged);
|
| /dragonfly/contrib/gcc-8.0/libstdc++-v3/config/abi/pre/ |
| D | gnu.ver | 1699 # 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/ |
| HD | parse.y | 409 } 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/ |
| HD | tree.def | 98 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/ |
| HD | tree.def | 101 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/ |
| HD | WHATS_NEW | 1627 Support for tagged config files.
|