Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/pf/
H A Dpf_nl.h257 PF_RT_IF_NOT = 39, /* u8 */ enumerator
H A Dpf_nl.c781 { .type = PF_RT_IF_NOT, .off = _OUT(ifnot), .cb = nlattr_get_uint8 },
962 nlattr_add_u8(nw, PF_RT_IF_NOT, rule->ifnot); in nlattr_add_rule()
/freebsd/lib/libpfctl/
H A Dlibpfctl.c1291 snl_add_msg_attr_u8(nw, PF_RT_IF_NOT, r->ifnot); in snl_add_msg_attr_pf_rule()
1667 { .type = PF_RT_IF_NOT, .off = _OUT(r.ifnot), .cb = snl_attr_get_uint8 },