Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/pf/
H A Dpf_nl.h589 PF_SC_AF = 4, /* u8 */ enumerator
H A Dpf_nl.c2773 { .type = PF_SC_AF, .off = _OUT(af), .cb = nlattr_get_uint8 },
/freebsd/lib/libpfctl/
H A Dlibpfctl.c4220 snl_add_msg_attr_u8(&nw, PF_SC_AF, kill->af); in pfctl_source_clear()