Home
last modified time | relevance | path

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

1234

/freebsd/contrib/wpa/src/ap/
H A Dvlan_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 …]
H A Dvlan.c30 if (a->tagged[i] != b->tagged[i]) in vlan_compare()
H A Dvlan.h17 int tagged[MAX_NUM_TAGGED_VLAN]; /* first k items, ascending order */ member
/freebsd/sbin/pfctl/tests/files/
H A Dpf0085.ok4 pass inet from 127.0.0.1 to any flags S/SA keep state tagged 127.0.0.1
5 pass inet from 127.0.0.2 to any flags S/SA keep state tagged 127.0.0.2
6 pass inet from 127.0.0.3 to any flags S/SA keep state tagged 127.0.0.3
H A Dpf0070.ok1 block drop out on lo0 all tagged regress
H A Dpf0071.ok1 block drop out on lo0 all tagged regress
H A Dpf0072.ok1 block drop out on lo0 all tagged regress
H A Dpf0069.ok1 pass out quick on lo0 all flags S/SA keep state tagged regress
H A Dpf0070.in2 block out on lo0 tagged regress
H A Dpf0085.in3 pass from { 127.0.0.1 127.0.0.2 127.0.0.3 } keep state tagged "$srcaddr"
H A Dpf0067.in2 pass out quick on lo0 keep state tagged regress
H A Dpf0071.in2 block out on lo0 tagged regress
H A Dpf0075.in2 block in quick on lo0 ! tagged ssh
H A Dpf0072.in3 block out on lo0 tagged regress
H A Dpf0069.in2 pass out quick on lo0 keep state tagged regress
H A Dpf0075.ok2 block drop in quick on lo0 all ! tagged ssh
H A Dpf0067.ok2 pass out quick on lo0 all flags S/SA keep state tagged regress
/freebsd/sys/contrib/openzfs/contrib/debian/
H A Dchangelog.in3 * OpenZFS @VERSION@ is tagged.
9 * OpenZFS 2.2 is tagged.
/freebsd/contrib/file/magic/Magdir/
H A Dcbor20 >>3 ubyte >0xbf (tagged)
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_flags.inc69 // bisection (i.e. everything is tagged). Once the range is narrowed down
81 // tagged pointers in syscalls. This is the default, but being able to disable
/freebsd/contrib/libcbor/doc/source/api/
H A Dtype_6.rst14 Storage requirements ``sizeof(cbor_item_t) + the tagged item``
/freebsd/contrib/ntp/sntp/m4/
H A Dax_c99_struct_init.m412 # supports the C99 tagged structure initialization.
/freebsd/sys/contrib/device-tree/Bindings/media/
H A Dcec-gpio.txt14 tagged as open drain.
/freebsd/sys/contrib/openzfs/
H A DRELEASES.md35 kernels. When a new MINOR release is tagged the previous MINOR release
/freebsd/crypto/heimdal/doc/
H A Dlayman.asc126 structured types, which have components; tagged types, which
200 types, structured types, implicitly and explicitly tagged
272 2.3 Implicitly and explicitly tagged types
282 Implicitly tagged types are derived from other types by
287 Explicitly tagged types are derived from other types by
289 explicitly tagged types are structured types consisting of
299 For purposes of encoding, an implicitly tagged type is
301 tag is different. An explicitly tagged type is considered
494 3. For simple string types and implicitly tagged
499 4. For structured types, implicitly tagged types
[all …]

1234