HomeSort by: relevance | last modified time | path
    Searched refs:tagged (Results 1 - 24 of 24) sorted by relevancy

  /src/external/bsd/wpa/dist/src/ap/
vlan.c 30 if (a->tagged[i] != b->tagged[i])
vlan.h 17 int tagged[MAX_NUM_TAGGED_VLAN]; /* first k items, ascending order */ member in struct:vlan_description
vlan_full.c 465 int untagged, *tagged, i, notempty; local
482 tagged = vlan->vlan_desc.tagged;
498 for (i = 0; i < MAX_NUM_TAGGED_VLAN && tagged[i]; i++) {
499 if (tagged[i] == untagged ||
500 tagged[i] <= 0 || tagged[i] > MAX_VLAN_ID ||
501 (i > 0 && tagged[i] == tagged[i - 1]))
503 vlan_bridge_name(br_name, hapd, vlan, tagged[i])
586 int *tagged = vlan->vlan_desc.tagged; local
    [all...]
ieee802_11_auth.c 561 MAX_NUM_TAGGED_VLAN, info->vlan_id.tagged);
591 info->vlan_id.tagged[0] ? "+" : "");
wpa_auth_ft.c 289 vlan->tagged[taggedidx] = vlan_id;
302 qsort(vlan->tagged, taggedidx, sizeof(int), cmp_int);
304 vlan->notempty = vlan->untagged || vlan->tagged[0];
374 if (vlan->tagged[0])
376 for (i = 0; i < MAX_NUM_TAGGED_VLAN && vlan->tagged[i]; i++)
411 if (!vlan->tagged[0])
422 for (i = 0; i < MAX_NUM_TAGGED_VLAN && vlan->tagged[i]; i++) {
427 WPA_PUT_LE16(pos, vlan->tagged[i]);
4281 le_to_host16(vlan.untagged), vlan.tagged[0] ? "+" : "");
ap_config.c 1107 if (vlan_desc->tagged[i] < 0 ||
1108 vlan_desc->tagged[i] > MAX_VLAN_ID)
1111 if (!vlan_desc->untagged && !vlan_desc->tagged[0])
sta_info.c 1202 if (vlan_desc->tagged[0]) {
1203 /* Tagged VLAN configuration */
1212 vlan_desc->tagged[0] ? "+" : "");
1227 (vlan_desc && vlan_desc->tagged[0]) ?
ieee802_1x.c 1985 vlan_desc.tagged);
1994 vlan_desc.tagged[0] ? "+" : "");
wpa_auth_ie.c 1029 (vlan && vlan->tagged[0]) ? "+" : "");
wpa_auth_glue.c 1176 vlan->untagged, vlan->tagged[0] ?
ieee802_11.c 2376 vlan_id->tagged[0] ? "+" : "");
  /src/external/bsd/tmux/dist/
mode-tree.c 102 int tagged; member in struct:mode_tree_item
266 mti->tagged = 0;
419 u_int i, tagged; local
421 tagged = 0;
424 if (mti->tagged)
425 tagged++;
427 return (tagged);
441 if (mti->tagged) {
654 mti->tagged = saved->tagged;
    [all...]
window-customize.c 1415 u_int tagged; local
1464 tagged = mode_tree_count_tagged(data->data);
1465 if (tagged == 0)
1467 xasprintf(&prompt, "Reset %u tagged to default? ", tagged);
1495 tagged = mode_tree_count_tagged(data->data);
1496 if (tagged == 0)
1498 xasprintf(&prompt, "Unset %u tagged? ", tagged);
window-tree.c 74 { "Kill Tagged", 'X', NULL },
1318 u_int tagged, x, y, idx; local
1389 tagged = mode_tree_count_tagged(data->data);
1390 if (tagged == 0)
1392 xasprintf(&prompt, "Kill %u tagged? ", tagged);
1401 tagged = mode_tree_count_tagged(data->data);
1402 if (tagged != 0)
1403 xasprintf(&prompt, "(%u tagged) ", tagged);
    [all...]
  /src/common/lib/libc/gen/
radixtree.c 100 * into the tree and can be tagged by radix_tree_set_tag function.
977 * nodes tagged with tagid.
1417 bool tagged[RADIX_TREE_TAG_ID_MAX]; member in struct:testnode
1501 n->tagged[tag] = test2_should_tag(i, tag);
1502 if (n->tagged[tag]) {
1506 assert((n->tagged[tag] ? tagmask : 0) ==
1524 unsigned int tagged; local
1527 tagged = radix_tree_get_tag(t, n->idx, tagmask);
1528 assert((tagged & ~tagmask) == 0);
1531 n->tagged[tag] == !!(tagged & (1 << tag)))
    [all...]
  /src/external/mit/isl/dist/
isl_scheduler_clustering.c 387 * of the corresponding tagged constraints of "edge".
394 isl_union_map *tagged; local
400 tagged = isl_union_map_copy(edge->tagged_condition);
402 tagged = isl_union_map_copy(edge->tagged_validity);
403 tagged = isl_union_map_zip(tagged);
404 tagged = isl_union_map_apply_domain(tagged,
406 tagged = isl_union_map_zip(tagged);
    [all...]
isl_scheduler.c 167 * Condition edges and conditional validity edges may have tagged
1179 * of "tagged" with "map".
1181 static __isl_give isl_map *map_intersect_domains(__isl_take isl_map *tagged,
1186 tagged = isl_map_zip(tagged);
1188 tagged = isl_map_intersect_domain(tagged, set);
1189 tagged = isl_map_zip(tagged);
1190 return tagged;
1274 isl_map *tagged = NULL; local
    [all...]
  /src/sys/dev/pci/
arcmsrvar.h 197 * byte 7 tagged queue (1 enabled)
285 uint8_t tagged; member in struct:arc_fw_scsiattr
  /src/external/bsd/wpa/dist/src/radius/
radius.h 328 int *tagged);
radius.c 1621 * The k tagged vlans found are sorted by vlan_id and stored in the first k
1622 * items of tagged.
1626 * @numtagged: Size of tagged
1627 * @tagged: Pointer to store tagged list
1629 * Returns: 0 if neither tagged nor untagged configuration is found, 1 otherwise
1632 int *tagged)
1644 tagged[j] = 0;
1696 else if (data[0] == 0x31 && tagged &&
1698 tagged[taggedidx++] = vlan_id
    [all...]
  /src/dist/pf/sbin/pfctl/
parse.y 387 } tagged;
425 %token TAGGED TAG IFBOUND FLOATING STATEPOLICY ROUTE
471 %type <v.tagged> tagged
2135 | not TAGGED string {
3499 natrule : nataction interface af proto fromto tag tagged rtable
3666 tagged rtable redirection
3836 tagged : /* empty */ { $$.neg = 0; $$.name = NULL; } label
3837 | not TAGGED string { $$.neg = $1; $$.name = $3; }
4993 { "tagged", TAGGED}
    [all...]
  /src/external/bsd/ipf/dist/
HISTORY 197 3472330 multicast packets tagged by address
  /src/external/gpl3/gdb.old/dist/gdb/
remote.c 3776 /* Loop on tagged fields , try to bail if something goes wrong. */
15868 bool &tagged)
15886 tagged = !!reply;
15963 /* Fallback to arch-specific method of checking whether an address is tagged
16077 /* Test 'tagged' as reply. */
16086 /* Test 'not tagged' as reply. */
  /src/external/gpl3/gdb/dist/gdb/
remote.c 3794 /* Loop on tagged fields , try to bail if something goes wrong. */
15904 bool &tagged)
15922 tagged = !!reply;
15999 /* Fallback to arch-specific method of checking whether an address is tagged
16113 /* Test 'tagged' as reply. */
16122 /* Test 'not tagged' as reply. */

Completed in 68 milliseconds