Searched refs:PF_ANCHOR_NAME_SIZE (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/contrib/pf/ftp-proxy/
H A Dfilter.c186 char an[PF_ANCHOR_NAME_SIZE];
194 snprintf(an, PF_ANCHOR_NAME_SIZE, "%s/%d.%d", FTP_PROXY_ANCHOR,
198 strlcpy(pfte[i].anchor, an, PF_ANCHOR_NAME_SIZE);
225 char an[PF_ANCHOR_NAME_SIZE];
235 snprintf(an, PF_ANCHOR_NAME_SIZE, "%s/%d.%d", FTP_PROXY_ANCHOR,
237 strlcpy(pfp.anchor, an, PF_ANCHOR_NAME_SIZE);
238 strlcpy(pfr.anchor, an, PF_ANCHOR_NAME_SIZE);
/freebsd-9.3-release/contrib/pf/tftp-proxy/
H A Dfilter.c195 char an[PF_ANCHOR_NAME_SIZE];
203 snprintf(an, PF_ANCHOR_NAME_SIZE, "%s/%d.%d", FTP_PROXY_ANCHOR,
207 strlcpy(pfte[i].anchor, an, PF_ANCHOR_NAME_SIZE);
234 char an[PF_ANCHOR_NAME_SIZE];
244 snprintf(an, PF_ANCHOR_NAME_SIZE, "%s/%d.%d", FTP_PROXY_ANCHOR,
246 strlcpy(pfp.anchor, an, PF_ANCHOR_NAME_SIZE);
247 strlcpy(pfr.anchor, an, PF_ANCHOR_NAME_SIZE);
/freebsd-9.3-release/sys/contrib/pf/net/
H A Dpf_ruleset.c247 if (!*q || strlen(q) >= PF_ANCHOR_NAME_SIZE ||
249 MAXPATHLEN - PF_ANCHOR_NAME_SIZE - 1)) {
H A Dpfvar.h588 #define PF_ANCHOR_NAME_SIZE 64 macro
1069 char name[PF_ANCHOR_NAME_SIZE];
1641 char name[PF_ANCHOR_NAME_SIZE];
/freebsd-9.3-release/contrib/pf/authpf/
H A Dauthpf.c62 char anchorname[PF_ANCHOR_NAME_SIZE] = "authpf";
63 char rulesetname[MAXPATHLEN - PF_ANCHOR_NAME_SIZE - 2];
/freebsd-9.3-release/contrib/pf/pfctl/
H A Dparse.y750 char ta[PF_ANCHOR_NAME_SIZE];
759 snprintf(ta, PF_ANCHOR_NAME_SIZE, "_%d", pf->bn);

Completed in 99 milliseconds