Searched refs:PF_RT_DNRPIPE (Results 1 – 3 of 3) sorted by relevance
| /freebsd/sys/netpfil/pf/ |
| H A D | pf_nl.h | 239 PF_RT_DNRPIPE = 21, /* u16 */ enumerator
|
| H A D | pf_nl.c | 763 { .type = PF_RT_DNRPIPE, .off = _OUT(dnrpipe), .cb = nlattr_get_uint16 }, 936 nlattr_add_u16(nw, PF_RT_DNRPIPE, rule->dnrpipe); in nlattr_add_rule()
|
| /freebsd/lib/libpfctl/ |
| H A D | libpfctl.c | 1267 snl_add_msg_attr_u16(nw, PF_RT_DNRPIPE, r->dnrpipe); in snl_add_msg_attr_pf_rule() 1649 { .type = PF_RT_DNRPIPE, .off = _OUT(r.dnrpipe), .cb = snl_attr_get_uint16 },
|