Searched refs:PF_RT_SET_PRIO_REPLY (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/netpfil/pf/ |
H A D | pf_nl.h | 258 PF_RT_SET_PRIO_REPLY = 60, /* u8 */ enumerator
|
H A D | pf_nl.c | 743 { .type = PF_RT_SET_PRIO_REPLY, .off = _OUT(set_prio[1]), .cb = nlattr_get_uint8 }, 987 nlattr_add_u8(nw, PF_RT_SET_PRIO_REPLY, rule->set_prio[1]); in pf_handle_getrule()
|
/freebsd/lib/libpfctl/ |
H A D | libpfctl.c | 1288 snl_add_msg_attr_u8(nw, PF_RT_SET_PRIO_REPLY, r->set_prio[1]); in snl_add_msg_attr_pf_rule() 1649 { .type = PF_RT_SET_PRIO_REPLY, .off = _OUT(r.set_prio[1]), .cb = snl_attr_get_uint8 },
|