Searched refs:PF_RT_DNRPIPE (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/netpfil/pf/ |
H A D | pf_nl.h | 219 PF_RT_DNRPIPE = 21, /* u16 */ enumerator
|
H A D | pf_nl.c | 704 { .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 D | libpfctl.c | 1242 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 },
|