Searched refs:tagged (Results 1 - 15 of 15) sorted by relevance

/freebsd-13-stable/contrib/wpa/src/ap/
H A Dvlan.c30 if (a->tagged[i] != b->tagged[i])
H A Dvlan.h17 int tagged[MAX_NUM_TAGGED_VLAN]; /* first k items, ascending order */ member in struct:vlan_description
H A Dvlan_full.c465 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[
586 int *tagged = vlan->vlan_desc.tagged; local
[all...]
H A Dieee802_11_auth.c582 MAX_NUM_TAGGED_VLAN, cache->vlan_id.tagged);
612 cache->vlan_id.tagged[0] ? "+" : "");
H A Dap_config.c960 if (vlan_desc->tagged[i] < 0 ||
961 vlan_desc->tagged[i] > MAX_VLAN_ID)
964 if (!vlan_desc->untagged && !vlan_desc->tagged[0])
H A Dsta_info.c967 if (vlan_desc->tagged[0]) {
977 vlan_desc->tagged[0] ? "+" : "");
992 (vlan_desc && vlan_desc->tagged[0]) ?
H A Dwpa_auth_ft.c284 vlan->tagged[taggedidx] = vlan_id;
297 qsort(vlan->tagged, taggedidx, sizeof(int), cmp_int);
299 vlan->notempty = vlan->untagged || vlan->tagged[0];
369 if (vlan->tagged[0])
371 for (i = 0; i < MAX_NUM_TAGGED_VLAN && vlan->tagged[i]; i++)
406 if (!vlan->tagged[0])
417 for (i = 0; i < MAX_NUM_TAGGED_VLAN && vlan->tagged[i]; i++) {
422 WPA_PUT_LE16(pos, vlan->tagged[i]);
3868 le_to_host16(vlan.untagged), vlan.tagged[0] ? "+" : "");
H A Dwpa_auth_ie.c914 (vlan && vlan->tagged[0]) ? "+" : "");
H A Dieee802_1x.c1866 vlan_desc.tagged);
1875 vlan_desc.tagged[0] ? "+" : "");
H A Dwpa_auth_glue.c943 vlan->untagged, vlan->tagged[0] ? "+" : "");
H A Dieee802_11.c1987 vlan_id->tagged[0] ? "+" : "");
/freebsd-13-stable/contrib/wpa/src/radius/
H A Dradius.h294 int *tagged);
H A Dradius.c1442 * The k tagged vlans found are sorted by vlan_id and stored in the first k
1443 * items of tagged.
1447 * @numtagged: Size of tagged
1448 * @tagged: Pointer to store tagged list
1450 * Returns: 0 if neither tagged nor untagged configuration is found, 1 otherwise
1453 int *tagged)
1465 tagged[j] = 0;
1517 else if (data[0] == 0x31 && tagged &&
1519 tagged[taggedid
1452 radius_msg_get_vlanid(struct radius_msg *msg, int *untagged, int numtagged, int *tagged) argument
[all...]
/freebsd-13-stable/sys/dev/cxgbe/iw_cxgbe/
H A Dqp.c983 int tagged; local
999 tagged = (opcode == FW_RI_RDMA_WRITE) ||
1033 if (tagged) {
1073 if (tagged) {
/freebsd-13-stable/sbin/pfctl/
H A Dparse.y430 } tagged;
528 %type <v.tagged> tagged
4111 natrule : nataction interface af proto fromto tag tagged rtable
4294 tagged rtable redirection
4464 tagged : /* empty */ { $$.neg = 0; $$.name = NULL; } label
5677 { "tagged", TAGGED},

Completed in 226 milliseconds