Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/pf/
H A Dpf_nl.h219 PF_RT_DNRPIPE = 21, /* u16 */ enumerator
H A Dpf_nl.c704 { .type = PF_RT_DNRPIPE, .off = _OUT(dnrpipe), .cb = nlattr_get_uint16 },
938 nlattr_add_u16(nw, PF_RT_DNRPIPE, rule->dnrpipe); in pf_handle_getrule()
/freebsd/lib/libpfctl/
H A Dlibpfctl.c1242 snl_add_msg_attr_u16(nw, PF_RT_DNRPIPE, r->dnrpipe); in snl_add_msg_attr_pf_rule()
1610 { .type = PF_RT_DNRPIPE, .off = _OUT(r.dnrpipe), .cb = snl_attr_get_uint16 },