Home
last modified time | relevance | path

Searched refs:PF_RT_NR (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/netpfil/pf/
H A Dpf_nl.h213 PF_RT_NR = 23, /* u32 */ enumerator
H A Dpf_nl.c693 { .type = PF_RT_NR, .off = _OUT(nr), .cb = nlattr_get_uint32 },
933 nlattr_add_u32(nw, PF_RT_NR, rule->nr); in pf_handle_getrule()
/freebsd/lib/libpfctl/
H A Dlibpfctl.c1244 snl_add_msg_attr_u32(nw, PF_RT_NR, r->nr); in snl_add_msg_attr_pf_rule()
1611 { .type = PF_RT_NR, .off = _OUT(r.nr), .cb = snl_attr_get_uint32 },