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