Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/pf/
H A Dpf_nl.h262 PF_RT_PROTO = 44, /* u8 */ enumerator
H A Dpf_nl.c786 { .type = PF_RT_PROTO, .off = _OUT(proto), .cb = nlattr_get_uint8 },
969 nlattr_add_u8(nw, PF_RT_PROTO, rule->proto); in nlattr_add_rule()
/freebsd/lib/libpfctl/
H A Dlibpfctl.c1296 snl_add_msg_attr_u8(nw, PF_RT_PROTO, r->proto); in snl_add_msg_attr_pf_rule()
1672 { .type = PF_RT_PROTO, .off = _OUT(r.proto), .cb = snl_attr_get_uint8 },