Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/pf/
H A Dpf_nl.h303 PF_RT_CODE_2 = 85, /* u16 */ enumerator
H A Dpf_nl.c814 { .type = PF_RT_CODE_2, .off = _OUT(code), .cb = nlattr_get_uint16 },
974 nlattr_add_u16(nw, PF_RT_CODE_2, rule->code); in nlattr_add_rule()
/freebsd/lib/libpfctl/
H A Dlibpfctl.c1298 snl_add_msg_attr_u16(nw, PF_RT_CODE_2, r->code); in snl_add_msg_attr_pf_rule()
1713 { .type = PF_RT_CODE_2, .off = _OUT(r.code), .cb = snl_attr_get_uint16 },