Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/pf/
H A Dpf_nl.h336 PF_NL_AF = 1, /* u8 */ enumerator
H A Dpf_nl.c1245 { .type = PF_NL_AF, .off = _OUT(af), .cb = nlattr_get_uint8 },
/freebsd/lib/libpfctl/
H A Dlibpfctl.c2503 snl_add_msg_attr_u8(&nw, PF_NL_AF, k->af); in pfctl_natlook()