HomeSort by relevance Sort by last modified time
    Searched refs:untagged (Results 1 - 25 of 29) sorted by null

1 2

  /external/wpa_supplicant_8/src/ap/
vlan.c 27 if (a->untagged != b->untagged)
vlan.h 16 int untagged; /* >0 802.1q vid */ member in struct:vlan_description
vlan_full.c 423 int untagged, *tagged, i, notempty; local
439 untagged = vlan->vlan_desc.untagged;
447 } else if (untagged > 0 && untagged <= MAX_VLAN_ID) {
448 vlan_bridge_name(br_name, hapd, untagged);
450 vlan_get_bridge(br_name, hapd, untagged);
457 if (tagged[i] == untagged ||
536 int untagged = vlan->vlan_desc.untagged; local
    [all...]
ieee802_11_auth.c 511 int *untagged, *tagged, *notempty; local
570 untagged = &cache->vlan_id.untagged;
572 *notempty = !!radius_msg_get_vlanid(msg, untagged,
603 cache->vlan_id.untagged,
ap_config.c 734 if (!vlan_desc->notempty || vlan_desc->untagged < 0 ||
735 vlan_desc->untagged > MAX_VLAN_ID)
742 if (!vlan_desc->untagged && !vlan_desc->tagged[0])
sta_info.c 930 vlan_id = vlan_desc->untagged;
940 vlan_desc->untagged,
955 vlan_desc ? vlan_desc->untagged : -1,
    [all...]
ieee802_1x.c 1699 int *untagged, *tagged, *notempty; local
    [all...]
wpa_auth_ie.c 815 vlan ? vlan->untagged : 0,
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
TagClustering.java 36 mUntaggedString = context.getResources().getString(R.string.untagged);
43 final ArrayList<Path> untagged = new ArrayList<Path>(); local
52 untagged.add(path);
69 mNames = new String[m + ((untagged.size() > 0) ? 1 : 0)];
75 if (untagged.size() > 0) {
77 mClusters.add(untagged);
FaceClustering.java 86 mUntaggedString = context.getResources().getString(R.string.untagged);
94 final FaceCluster untagged = new FaceCluster(mUntaggedString); local
101 untagged.add(item, -1);
117 mClusters = map.values().toArray(new FaceCluster[m + ((untagged.size() > 0) ? 1 : 0)]);
118 if (untagged.size() > 0) {
119 mClusters[m] = untagged;
  /art/test/906-iterate-heap/src/art/
Test906.java 44 int untagged = iterateThroughHeapCount(HEAP_FILTER_OUT_TAGGED, null, Integer.MAX_VALUE); local
50 if (all != tagged + untagged) {
51 throw new IllegalStateException("Instances: " + all + " != " + tagged + " + " + untagged);
  /prebuilts/go/darwin-x86/src/cmd/vet/testdata/
composite.go 5 // This file contains the test for untagged struct literals.
  /prebuilts/go/linux-x86/src/cmd/vet/testdata/
composite.go 5 // This file contains the test for untagged struct literals.
  /external/wpa_supplicant_8/src/radius/
radius.h 283 int radius_msg_get_vlanid(struct radius_msg *msg, int *untagged, int numtagged,
radius.c     [all...]
  /prebuilts/go/darwin-x86/src/cmd/vet/
structtag.go 62 // check for untagged fields of type struct defining their own name
  /prebuilts/go/linux-x86/src/cmd/vet/
structtag.go 62 // check for untagged fields of type struct defining their own name
  /prebuilts/go/darwin-x86/src/encoding/asn1/
asn1_test.go     [all...]
  /prebuilts/go/linux-x86/src/encoding/asn1/
asn1_test.go     [all...]
  /prebuilts/go/darwin-x86/src/encoding/json/
encode_test.go 521 // Test that a field with a tag dominates untagged fields.
encode.go 126 // even if there are multiple untagged fields that would otherwise conflict.
    [all...]
  /prebuilts/go/linux-x86/src/encoding/json/
encode_test.go 521 // Test that a field with a tag dominates untagged fields.
  /external/oj-libjdwp/make/data/jdwp/
jdwp.spec     [all...]
  /external/v8/src/arm64/
simulator-arm64.cc     [all...]
  /external/wpa_supplicant_8/hostapd/
config_file.c 102 vlan->vlan_desc.untagged = vlan_id;
203 (*acl)[*num].vlan_id.untagged = vlan_id;
    [all...]

Completed in 1370 milliseconds

1 2