Home
last modified time | relevance | path

Searched refs:labelcount (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/lib/libpfctl/
H A Dlibpfctl.c530 size_t skipcount, labelcount; in pf_nvrule_to_rule() local
677 size_t labelcount, i; in pfctl_nveth_rule_to_eth_rule() local
692 for (i = 0; i < labelcount; i++) in pfctl_nveth_rule_to_eth_rule()
840 size_t labelcount, size; in pfctl_add_eth_rule() local
876 labelcount = 0; in pfctl_add_eth_rule()
880 r->label[labelcount]); in pfctl_add_eth_rule()
881 labelcount++; in pfctl_add_eth_rule()
921 size_t labelcount; in pfctl_add_rule() local
936 labelcount = 0; in pfctl_add_rule()
940 r->label[labelcount]); in pfctl_add_rule()
[all …]
/freebsd-14.2/sbin/pfctl/
H A Dparse.y260 int labelcount; member
285 int labelcount; member
1377 if (filter_opts.labelcount >= PF_RULE_MAX_LABEL_COUNT) {
1381 filter_opts.label[filter_opts.labelcount++] = $1;
1695 if (antispoof_opts.labelcount >= PF_RULE_MAX_LABEL_COUNT) {
1699 antispoof_opts.label[antispoof_opts.labelcount++] = $1;
2884 if (filter_opts.labelcount >= PF_RULE_MAX_LABEL_COUNT) {
2888 filter_opts.label[filter_opts.labelcount++] = $1;
/freebsd-14.2/contrib/ldns/
H A DChangelog606 * Fixed: signatures over wildcards had the wrong labelcount.