Symbol: PF_TAG_NAME_SIZE
dist/pf/sbin/pfctl/parse.y
1703
PF_TAG_NAME_SIZE) >= PF_TAG_NAME_SIZE) {
dist/pf/sbin/pfctl/parse.y
1705
PF_TAG_NAME_SIZE - 1);
dist/pf/sbin/pfctl/parse.y
1710
PF_TAG_NAME_SIZE) >= PF_TAG_NAME_SIZE) {
dist/pf/sbin/pfctl/parse.y
1712
PF_TAG_NAME_SIZE - 1);
dist/pf/sbin/pfctl/parse.y
3525
if (strlcpy(r.tagname, $6, PF_TAG_NAME_SIZE) >=
dist/pf/sbin/pfctl/parse.y
3526
PF_TAG_NAME_SIZE) {
dist/pf/sbin/pfctl/parse.y
3528
PF_TAG_NAME_SIZE - 1);
dist/pf/sbin/pfctl/parse.y
3534
PF_TAG_NAME_SIZE) >= PF_TAG_NAME_SIZE) {
dist/pf/sbin/pfctl/parse.y
3536
PF_TAG_NAME_SIZE - 1);
dist/pf/sbin/pfctl/parse.y
3713
PF_TAG_NAME_SIZE) >= PF_TAG_NAME_SIZE) {
dist/pf/sbin/pfctl/parse.y
3715
PF_TAG_NAME_SIZE - 1);
dist/pf/sbin/pfctl/parse.y
3720
PF_TAG_NAME_SIZE) >= PF_TAG_NAME_SIZE) {
dist/pf/sbin/pfctl/parse.y
3722
PF_TAG_NAME_SIZE - 1);
dist/pf/sbin/pfctl/parse.y
4659
char tagname[PF_TAG_NAME_SIZE];
dist/pf/sbin/pfctl/parse.y
4660
char match_tagname[PF_TAG_NAME_SIZE];
dist/pf/sbin/pfctl/parse.y
4726
expand_label(r->tagname, PF_TAG_NAME_SIZE, r->ifname, r->af,
dist/pf/sbin/pfctl/parse.y
4728
expand_label(r->match_tagname, PF_TAG_NAME_SIZE, r->ifname,
dist/pf/sbin/pfctl/parse.y
748
PF_TAG_NAME_SIZE) >= PF_TAG_NAME_SIZE) {
dist/pf/sbin/pfctl/parse.y
750
PF_TAG_NAME_SIZE - 1);
dist/pf/usr.sbin/ftp-proxy/ftp-proxy.c
703
if (strlen(optarg) >= PF_TAG_NAME_SIZE)
sys/dist/pf/net/pf_ioctl.c
162
#if (PF_QNAME_SIZE != PF_TAG_NAME_SIZE)
sys/dist/pf/net/pf_ioctl.c
642
strlcpy(p, tag->name, PF_TAG_NAME_SIZE);
sys/dist/pf/net/pfvar.h
1317
char name[PF_TAG_NAME_SIZE];
sys/dist/pf/net/pfvar.h
537
char tagname[PF_TAG_NAME_SIZE];
sys/dist/pf/net/pfvar.h
538
char match_tagname[PF_TAG_NAME_SIZE];