Home
last modified time | relevance | path

Searched refs:tagged (Results 1 – 25 of 100) 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()
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()
506 ifname, br_name, tagged[i], hapd); in vlan_newlink()
586 int *tagged = vlan->vlan_desc.tagged; in vlan_dellink() local
591 if (tagged[i] == untagged || in vlan_dellink()
592 tagged[i] <= 0 || tagged[i] > MAX_VLAN_ID || in vlan_dellink()
593 (i > 0 && tagged[i] == tagged[i - 1])) in vlan_dellink()
[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/libcbor/doc/source/api/
H A Dtype_6.rst14 Storage requirements ``sizeof(cbor_item_t) + the tagged item``
/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/ntp/sntp/m4/
H A Dax_c99_struct_init.m412 # supports the C99 tagged structure initialization.
/freebsd/sys/contrib/device-tree/Bindings/gnss/
H A Dgnss-common.yaml29 consequently be tagged with the GPIO_ACTIVE_LOW flag so the operating
H A Dbrcm,bcm4751.yaml49 If the line is active low such as NSTANDBY, it should be tagged
/freebsd/sys/contrib/device-tree/Bindings/media/cec/
H A Dcec-gpio.yaml28 GPIO that the CEC line is connected to. The line should be tagged as open

1234