Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/pf/
H A Dpf_nl.h238 PF_RT_DNPIPE = 20, /* u16 */ enumerator
H A Dpf_nl.c762 { .type = PF_RT_DNPIPE, .off = _OUT(dnpipe), .cb = nlattr_get_uint16 },
935 nlattr_add_u16(nw, PF_RT_DNPIPE, rule->dnpipe); in nlattr_add_rule()
/freebsd/lib/libpfctl/
H A Dlibpfctl.c1266 snl_add_msg_attr_u16(nw, PF_RT_DNPIPE, r->dnpipe); in snl_add_msg_attr_pf_rule()
1648 { .type = PF_RT_DNPIPE, .off = _OUT(r.dnpipe), .cb = snl_attr_get_uint16 },