Symbol: PF_ANCHOR_NAME_SIZE
dist/pf/libexec/tftp-proxy/filter.c
195
char an[PF_ANCHOR_NAME_SIZE];
dist/pf/libexec/tftp-proxy/filter.c
203
snprintf(an, PF_ANCHOR_NAME_SIZE, "%s/%d.%d", FTP_PROXY_ANCHOR,
dist/pf/libexec/tftp-proxy/filter.c
207
strlcpy(pfte[i].anchor, an, PF_ANCHOR_NAME_SIZE);
dist/pf/libexec/tftp-proxy/filter.c
234
char an[PF_ANCHOR_NAME_SIZE];
dist/pf/libexec/tftp-proxy/filter.c
244
snprintf(an, PF_ANCHOR_NAME_SIZE, "%s/%d.%d", FTP_PROXY_ANCHOR,
dist/pf/libexec/tftp-proxy/filter.c
246
strlcpy(pfp.anchor, an, PF_ANCHOR_NAME_SIZE);
dist/pf/libexec/tftp-proxy/filter.c
247
strlcpy(pfr.anchor, an, PF_ANCHOR_NAME_SIZE);
dist/pf/sbin/pfctl/parse.y
668
char ta[PF_ANCHOR_NAME_SIZE];
dist/pf/sbin/pfctl/parse.y
677
snprintf(ta, PF_ANCHOR_NAME_SIZE, "_%d", pf->bn);
dist/pf/usr.sbin/authpf/authpf.c
55
char anchorname[PF_ANCHOR_NAME_SIZE] = "authpf";
dist/pf/usr.sbin/authpf/authpf.c
56
char rulesetname[MAXPATHLEN - PF_ANCHOR_NAME_SIZE - 2];
dist/pf/usr.sbin/ftp-proxy/filter.c
217
char an[PF_ANCHOR_NAME_SIZE];
dist/pf/usr.sbin/ftp-proxy/filter.c
225
snprintf(an, PF_ANCHOR_NAME_SIZE, "%s/%d.%d", FTP_PROXY_ANCHOR,
dist/pf/usr.sbin/ftp-proxy/filter.c
229
strlcpy(pfte[i].anchor, an, PF_ANCHOR_NAME_SIZE);
dist/pf/usr.sbin/ftp-proxy/filter.c
256
char an[PF_ANCHOR_NAME_SIZE];
dist/pf/usr.sbin/ftp-proxy/filter.c
266
snprintf(an, PF_ANCHOR_NAME_SIZE, "%s/%d.%d", FTP_PROXY_ANCHOR,
dist/pf/usr.sbin/ftp-proxy/filter.c
268
strlcpy(pfp.anchor, an, PF_ANCHOR_NAME_SIZE);
dist/pf/usr.sbin/ftp-proxy/filter.c
269
strlcpy(pfr.anchor, an, PF_ANCHOR_NAME_SIZE);
sys/dist/pf/net/pf_ruleset.c
223
if (!*q || strlen(q) >= PF_ANCHOR_NAME_SIZE ||
sys/dist/pf/net/pf_ruleset.c
225
MAXPATHLEN - PF_ANCHOR_NAME_SIZE - 1)) {
sys/dist/pf/net/pfvar.h
1444
char name[PF_ANCHOR_NAME_SIZE];
sys/dist/pf/net/pfvar.h
912
char name[PF_ANCHOR_NAME_SIZE];