Searched refs:PF_RT_RT (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/netpfil/pf/ |
H A D | pf_nl.h | 248 PF_RT_RT = 51, /* u8 */ enumerator
|
H A D | pf_nl.c | 734 { .type = PF_RT_RT, .off = _OUT(rt), .cb = nlattr_get_uint8 }, 978 nlattr_add_u8(nw, PF_RT_RT, rule->rt); in pf_handle_getrule()
|
/freebsd/lib/libpfctl/ |
H A D | libpfctl.c | 1278 snl_add_msg_attr_u8(nw, PF_RT_RT, r->rt); in snl_add_msg_attr_pf_rule() 1640 { .type = PF_RT_RT, .off = _OUT(r.rt), .cb = snl_attr_get_uint8 },
|