Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/pf/
H A Dpf_nl.h263 PF_RT_TYPE = 45, /* u8 */ enumerator
H A Dpf_nl.c787 { .type = PF_RT_TYPE, .off = _OUT(type), .cb = nlattr_get_uint8 },
971 nlattr_add_u8(nw, PF_RT_TYPE, rule->type); in nlattr_add_rule()
/freebsd/lib/libpfctl/
H A Dlibpfctl.c1673 { .type = PF_RT_TYPE, .off = _OUT(r.type), .cb = snl_attr_get_uint8 },