Searched refs:PF_RT_RTABLEID (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/netpfil/pf/ |
H A D | pf_nl.h | 211 PF_RT_RTABLEID = 13, /* u32 */ enumerator
|
H A D | pf_nl.c | 696 { .type = PF_RT_RTABLEID, .off = _OUT(rtableid), .cb = nlattr_get_uint32 }, 928 nlattr_add_u32(nw, PF_RT_RTABLEID, rule->rtableid); in pf_handle_getrule()
|
/freebsd/lib/libpfctl/ |
H A D | libpfctl.c | 1232 snl_add_msg_attr_u32(nw, PF_RT_RTABLEID, r->rtableid); in snl_add_msg_attr_pf_rule() 1602 { .type = PF_RT_RTABLEID, .off = _OUT(r.rtableid), .cb = snl_attr_get_uint32 },
|