Searched refs:PF_AA_WHICH (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/netpfil/pf/ |
H A D | pf_nl.h | 397 PF_AA_WHICH = 10, /* u32 */ enumerator
|
H A D | pf_nl.c | 1545 { .type = PF_AA_WHICH, .off = _OUT(which), .cb = nlattr_get_uint32 },
|
/freebsd/lib/libpfctl/ |
H A D | libpfctl.c | 2794 snl_add_msg_attr_u32(&nw, PF_AA_WHICH, which); in pfctl_add_addr() 2836 snl_add_msg_attr_u32(&nw, PF_AA_WHICH, which); in pfctl_get_addrs() 2900 snl_add_msg_attr_u32(&nw, PF_AA_WHICH, which); in pfctl_get_addr()
|