Searched refs:PF_TABLE_NAME_SIZE (Results 1 – 14 of 14) sorted by relevance
| /freebsd/sys/netpfil/pf/ |
| H A D | pf.h | 256 #define PF_TABLE_NAME_SIZE 32 macro 331 char tblname[PF_TABLE_NAME_SIZE]; 534 char overload_tblname[PF_TABLE_NAME_SIZE];
|
| H A D | pf_nl.c | 449 …{ .type = PF_AT_TABLENAME, .off = _OUT(v.tblname), .arg = (void *)PF_TABLE_NAME_SIZE, .cb = nlattr… 752 …{ .type = PF_RT_OVERLOAD_TBLNAME, .off = _OUT(overload_tblname), .arg = (void *)PF_TABLE_NAME_SIZE… 1859 …{ .type = PF_T_NAME, .off = _OUT(pfrio_table.pfrt_name), .arg = (void *)PF_TABLE_NAME_SIZE, .cb = … 2195 …{ .type = PF_T_NAME, .off = _OUT(pfrt_name), .arg = (void *)PF_TABLE_NAME_SIZE, .cb = nlattr_get_c… 2661 …L_OVERLOAD_TBL_NAME, .off = _OUT(overload_tblname), .arg = (void *)PF_TABLE_NAME_SIZE, .cb = nlatt…
|
| H A D | pf_table.c | 1794 if (tbl->pfrt_name[PF_TABLE_NAME_SIZE-1]) in pfr_validate_table() 1796 for (i = strlen(tbl->pfrt_name); i < PF_TABLE_NAME_SIZE; i++) in pfr_validate_table() 2085 if ((d = strncmp(p->pfrkt_name, q->pfrkt_name, PF_TABLE_NAME_SIZE))) in pfr_ktable_compare()
|
| H A D | pf_if.c | 566 char tblname[PF_TABLE_NAME_SIZE]; in pfi_dynaddr_setup()
|
| H A D | pf_ioctl.c | 5646 if (strnlen(io->pfrio_table.pfrt_name, PF_TABLE_NAME_SIZE) in pfioctl() 5647 == PF_TABLE_NAME_SIZE) { in pfioctl()
|
| /freebsd/contrib/unbound/ipset/ |
| H A D | ipset.c | 110 if (strlen(p) >= PF_TABLE_NAME_SIZE) { in add_to_ipset() 114 strlcpy(io.pfrio_table.pfrt_name, p, PF_TABLE_NAME_SIZE); in add_to_ipset()
|
| /freebsd/lib/libpfctl/ |
| H A D | libpfctl.h | 192 char overload_tblname[PF_TABLE_NAME_SIZE]; 649 char overload_tblname[PF_TABLE_NAME_SIZE];
|
| H A D | libpfctl.c | 631 PF_TABLE_NAME_SIZE); in pf_nvaddr_wrap_to_addr_wrap() 741 PF_TABLE_NAME_SIZE); in pf_nvrule_to_rule() 1468 …{ .type = PF_AT_TABLENAME, .off = _OUT(v.tblname), .arg = (void *)PF_TABLE_NAME_SIZE, .cb = snl_at… 1638 …_OVERLOAD_TBLNAME, .off = _OUT(r.overload_tblname), .arg = (void *)PF_TABLE_NAME_SIZE, .cb = snl_a… 3611 …{ .type = PF_T_NAME, .off = _OUT(pfrt_name), .arg = (void *)PF_TABLE_NAME_SIZE, .cb =snl_attr_copy… 4105 …{ .type = PF_SCL_OVERLOAD_TBL_NAME, .off = _OUT(overload_tblname), .arg_u32 = PF_TABLE_NAME_SIZE, …
|
| /freebsd/sbin/pfctl/ |
| H A D | pfctl_parser.h | 285 char pt_name[PF_TABLE_NAME_SIZE];
|
| H A D | pfctl_radix.c | 67 if ((d = strncmp(p->pfrkt_name, q->pfrkt_name, PF_TABLE_NAME_SIZE))) in pfr_ktable_compare()
|
| H A D | parse.y | 200 char tblname[PF_TABLE_NAME_SIZE]; 410 char name[PF_TABLE_NAME_SIZE]; 1765 if (strlen($3) >= PF_TABLE_NAME_SIZE) { 1767 PF_TABLE_NAME_SIZE - 1); 2704 stringlen >= PF_TABLE_NAME_SIZE) { 2925 PF_TABLE_NAME_SIZE) >= 2926 PF_TABLE_NAME_SIZE) { 4207 if (strlen($2) >= PF_TABLE_NAME_SIZE) { 4851 if (strlen($3) >= PF_TABLE_NAME_SIZE) { 4860 PF_TABLE_NAME_SIZE) >= PF_TABLE_NAME_SIZE)
|
| H A D | pfctl_table.c | 146 if (strlen(tname) >= PF_TABLE_NAME_SIZE) in pfctl_table()
|
| /freebsd/sys/net/ |
| H A D | pfvar.h | 812 char overload_tblname[PF_TABLE_NAME_SIZE]; 1354 char name[PF_TABLE_NAME_SIZE]; 1728 char pfrt_name[PF_TABLE_NAME_SIZE]; 2137 char overload_tblname[PF_TABLE_NAME_SIZE];
|
| /freebsd/contrib/pf/authpf/ |
| H A D | authpf.c | 62 char tablename[PF_TABLE_NAME_SIZE] = "authpf_users";
|