Searched refs:PF_TABLE_NAME_SIZE (Results 1 – 12 of 12) sorted by relevance
/freebsd/sys/netpfil/pf/ |
H A D | pf.h | 250 #define PF_TABLE_NAME_SIZE 32 macro 325 char tblname[PF_TABLE_NAME_SIZE]; 521 char overload_tblname[PF_TABLE_NAME_SIZE];
|
H A D | pf_table.c | 1770 if (tbl->pfrt_name[PF_TABLE_NAME_SIZE-1]) in pfr_validate_table() 1772 for (i = strlen(tbl->pfrt_name); i < PF_TABLE_NAME_SIZE; i++) in pfr_validate_table() 2061 if ((d = strncmp(p->pfrkt_name, q->pfrkt_name, PF_TABLE_NAME_SIZE))) in pfr_ktable_compare()
|
H A D | pf_nl.c | 425 …{ .type = PF_AT_TABLENAME, .off = _OUT(v.tblname), .arg = (void *)PF_TABLE_NAME_SIZE, .cb = nlattr… 705 …{ .type = PF_RT_OVERLOAD_TBLNAME, .off = _OUT(overload_tblname), .arg = (void *)PF_TABLE_NAME_SIZE… 1794 …{ .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 | 259 char pt_name[PF_TABLE_NAME_SIZE];
|
H A D | parse.y | 197 char tblname[PF_TABLE_NAME_SIZE]; 1724 if (strlen($3) >= PF_TABLE_NAME_SIZE) { 1726 PF_TABLE_NAME_SIZE - 1); 2473 PF_TABLE_NAME_SIZE) >= 2474 PF_TABLE_NAME_SIZE) { 3729 if (strlen($2) >= PF_TABLE_NAME_SIZE) { 4373 if (strlen($3) >= PF_TABLE_NAME_SIZE) { 4382 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/lib/libpfctl/ |
H A D | libpfctl.h | 190 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() 1453 …{ .type = PF_AT_TABLENAME, .off = _OUT(v.tblname), .arg = (void *)PF_TABLE_NAME_SIZE, .cb = snl_at… 1623 …_OVERLOAD_TBLNAME, .off = _OUT(r.overload_tblname), .arg = (void *)PF_TABLE_NAME_SIZE, .cb = snl_a… 3411 …{ .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 | 794 char overload_tblname[PF_TABLE_NAME_SIZE]; 1391 char pfrt_name[PF_TABLE_NAME_SIZE];
|