Searched refs:PF_RT_LOG (Results 1 – 3 of 3) sorted by relevance
| /src/sys/netpfil/pf/ |
| H A D | pf_nl.h | 252 PF_RT_LOG = 36, /* u8 */ enumerator
|
| H A D | pf_nl.c | 750 { .type = PF_RT_LOG, .off = _OUT(log), .cb = nlattr_get_uint8 }, 997 nlattr_add_u8(nw, PF_RT_LOG, rule->log); in pf_handle_getrule()
|
| /src/lib/libpfctl/ |
| H A D | libpfctl.c | 1288 snl_add_msg_attr_u8(nw, PF_RT_LOG, r->log); in snl_add_msg_attr_pf_rule() 1664 { .type = PF_RT_LOG, .off = _OUT(r.log), .cb = snl_attr_get_uint8 },
|