Searched refs:PF_TABLE_NAME_SIZE (Results 1 - 7 of 7) sorted by relevance

/freebsd-9.3-release/contrib/pf/pfctl/
H A Dpfctl_parser.h196 char pt_name[PF_TABLE_NAME_SIZE];
H A Dparse.y179 char tblname[PF_TABLE_NAME_SIZE];
1345 if (strlen($3) >= PF_TABLE_NAME_SIZE) {
1347 PF_TABLE_NAME_SIZE - 1);
1998 PF_TABLE_NAME_SIZE) >=
1999 PF_TABLE_NAME_SIZE) {
2895 if (strlen($2) >= PF_TABLE_NAME_SIZE) {
3544 if (strlen($3) >= PF_TABLE_NAME_SIZE) {
3553 PF_TABLE_NAME_SIZE) >= PF_TABLE_NAME_SIZE)
H A Dpfctl_table.c147 if (strlen(tname) >= PF_TABLE_NAME_SIZE)
/freebsd-9.3-release/contrib/pf/authpf/
H A Dauthpf.c64 char tablename[PF_TABLE_NAME_SIZE] = "authpf_users";
/freebsd-9.3-release/sys/contrib/pf/net/
H A Dpfvar.h160 #define PF_TABLE_NAME_SIZE 32 macro
175 char tblname[PF_TABLE_NAME_SIZE];
613 char overload_tblname[PF_TABLE_NAME_SIZE];
1094 char pfrt_name[PF_TABLE_NAME_SIZE];
H A Dpf_table.c1917 if (tbl->pfrt_name[PF_TABLE_NAME_SIZE-1])
1919 for (i = strlen(tbl->pfrt_name); i < PF_TABLE_NAME_SIZE; i++)
2167 if ((d = strncmp(p->pfrkt_name, q->pfrkt_name, PF_TABLE_NAME_SIZE)))
H A Dpf_if.c502 char tblname[PF_TABLE_NAME_SIZE];

Completed in 117 milliseconds