/freebsd/contrib/wpa/src/ap/ |
H A D | 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 …]
|
H A D | vlan.c | 30 if (a->tagged[i] != b->tagged[i]) in vlan_compare()
|
H A D | vlan.h | 17 int tagged[MAX_NUM_TAGGED_VLAN]; /* first k items, ascending order */ member
|
/freebsd/sbin/pfctl/tests/files/ |
H A D | pf0085.ok | 4 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 D | pf0070.ok | 1 block drop out on lo0 all tagged regress
|
H A D | pf0071.ok | 1 block drop out on lo0 all tagged regress
|
H A D | pf0072.ok | 1 block drop out on lo0 all tagged regress
|
H A D | pf0069.ok | 1 pass out quick on lo0 all flags S/SA keep state tagged regress
|
H A D | pf0070.in | 2 block out on lo0 tagged regress
|
H A D | pf0085.in | 3 pass from { 127.0.0.1 127.0.0.2 127.0.0.3 } keep state tagged "$srcaddr"
|
H A D | pf0067.in | 2 pass out quick on lo0 keep state tagged regress
|
H A D | pf0071.in | 2 block out on lo0 tagged regress
|
H A D | pf0075.in | 2 block in quick on lo0 ! tagged ssh
|
H A D | pf0072.in | 3 block out on lo0 tagged regress
|
H A D | pf0069.in | 2 pass out quick on lo0 keep state tagged regress
|
H A D | pf0075.ok | 2 block drop in quick on lo0 all ! tagged ssh
|
H A D | pf0067.ok | 2 pass out quick on lo0 all flags S/SA keep state tagged regress
|
/freebsd/sys/contrib/openzfs/contrib/debian/ |
H A D | changelog.in | 3 * OpenZFS @VERSION@ is tagged. 9 * OpenZFS 2.2 is tagged.
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | cbor | 20 >>3 ubyte >0xbf (tagged)
|
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/ |
H A D | hwasan_flags.inc | 69 // 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 D | type_6.rst | 14 Storage requirements ``sizeof(cbor_item_t) + the tagged item``
|
/freebsd/contrib/ntp/sntp/m4/ |
H A D | ax_c99_struct_init.m4 | 12 # supports the C99 tagged structure initialization.
|
/freebsd/sys/contrib/device-tree/Bindings/media/ |
H A D | cec-gpio.txt | 14 tagged as open drain.
|
/freebsd/sys/contrib/openzfs/ |
H A D | RELEASES.md | 35 kernels. When a new MINOR release is tagged the previous MINOR release
|
/freebsd/crypto/heimdal/doc/ |
H A D | layman.asc | 126 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 …]
|