Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/pf/
H A Dpf_nl.h201 PF_RT_RIDENTIFIER = 3, /* u32 */ enumerator
H A Dpf_nl.c686 { .type = PF_RT_RIDENTIFIER, .off = _OUT(ridentifier), .cb = nlattr_get_uint32 },
916 nlattr_add_u32(nw, PF_RT_RIDENTIFIER, rule->ridentifier); in pf_handle_getrule()
/freebsd/lib/libpfctl/
H A Dlibpfctl.c1221 snl_add_msg_attr_u32(nw, PF_RT_RIDENTIFIER, r->ridentifier); in snl_add_msg_attr_pf_rule()
1592 { .type = PF_RT_RIDENTIFIER, .off = _OUT(r.ridentifier), .cb = snl_attr_get_uint32 },