Searched refs:PF_TABLE_NAME_SIZE (Results 1 – 12 of 12) sorted by relevance
/freebsd/sys/netpfil/pf/ |
H A D | pf.h | 248 #define PF_TABLE_NAME_SIZE 32 macro 323 char tblname[PF_TABLE_NAME_SIZE]; 516 char overload_tblname[PF_TABLE_NAME_SIZE];
|
H A D | pf_table.c | 1750 if (tbl->pfrt_name[PF_TABLE_NAME_SIZE-1]) in pfr_validate_table() 1752 for (i = strlen(tbl->pfrt_name); i < PF_TABLE_NAME_SIZE; i++) in pfr_validate_table() 2042 if ((d = strncmp(p->pfrkt_name, q->pfrkt_name, PF_TABLE_NAME_SIZE))) in pfr_ktable_compare()
|
H A D | pf_nl.c | 421 …{ .type = PF_AT_TABLENAME, .off = _OUT(v.tblname), .arg = (void *)PF_TABLE_NAME_SIZE, .cb = nlattr… 693 …{ .type = PF_RT_OVERLOAD_TBLNAME, .off = _OUT(overload_tblname), .arg = (void *)PF_TABLE_NAME_SIZE… 1822 …{ .type = PF_T_NAME, .off = _OUT(pfrio_table.pfrt_name), .arg = (void *)PF_TABLE_NAME_SIZE, .cb = …
|
H A D | pf_if.c | 555 char tblname[PF_TABLE_NAME_SIZE]; in pfi_dynaddr_setup()
|
/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/sbin/pfctl/ |
H A D | pfctl_parser.h | 257 char pt_name[PF_TABLE_NAME_SIZE];
|
H A D | parse.y | 192 char tblname[PF_TABLE_NAME_SIZE]; 1735 if (strlen($3) >= PF_TABLE_NAME_SIZE) { 1737 PF_TABLE_NAME_SIZE - 1); 2549 PF_TABLE_NAME_SIZE) >= 2550 PF_TABLE_NAME_SIZE) { 3752 if (strlen($2) >= PF_TABLE_NAME_SIZE) { 4383 if (strlen($3) >= PF_TABLE_NAME_SIZE) { 4392 PF_TABLE_NAME_SIZE) >= PF_TABLE_NAME_SIZE)
|
H A D | pfctl_table.c | 148 if (strlen(tname) >= PF_TABLE_NAME_SIZE) in pfctl_table()
|
/freebsd/lib/libpfctl/ |
H A D | libpfctl.h | 174 char overload_tblname[PF_TABLE_NAME_SIZE];
|
H A D | libpfctl.c | 621 PF_TABLE_NAME_SIZE); in pf_nvaddr_wrap_to_addr_wrap() 731 PF_TABLE_NAME_SIZE); in pf_nvrule_to_rule() 1438 …{ .type = PF_AT_TABLENAME, .off = _OUT(v.tblname), .arg = (void *)PF_TABLE_NAME_SIZE, .cb = snl_at… 1599 …_OVERLOAD_TBLNAME, .off = _OUT(r.overload_tblname), .arg = (void *)PF_TABLE_NAME_SIZE, .cb = snl_a… 3220 …{ .type = PF_T_NAME, .off = _OUT(pfrt_name), .arg = (void *)PF_TABLE_NAME_SIZE, .cb =snl_attr_copy…
|
/freebsd/contrib/pf/authpf/ |
H A D | authpf.c | 62 char tablename[PF_TABLE_NAME_SIZE] = "authpf_users";
|
/freebsd/sys/net/ |
H A D | pfvar.h | 819 char overload_tblname[PF_TABLE_NAME_SIZE]; 1426 char pfrt_name[PF_TABLE_NAME_SIZE];
|