Searched refs:PF_RT_RIDENTIFIER (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/netpfil/pf/ |
H A D | pf_nl.h | 201 PF_RT_RIDENTIFIER = 3, /* u32 */ enumerator
|
H A D | pf_nl.c | 686 { .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 D | libpfctl.c | 1221 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 },
|