Searched refs:PF_RT_LOGIF (Results 1 – 3 of 3) sorted by relevance
| /freebsd/sys/netpfil/pf/ |
| H A D | pf_nl.h | 255 PF_RT_LOGIF = 37, /* u8 */ enumerator
|
| H A D | pf_nl.c | 779 { .type = PF_RT_LOGIF, .off = _OUT(logif), .cb = nlattr_get_uint8 }, 960 nlattr_add_u8(nw, PF_RT_LOGIF, rule->logif); in nlattr_add_rule()
|
| /freebsd/lib/libpfctl/ |
| H A D | libpfctl.c | 1289 snl_add_msg_attr_u8(nw, PF_RT_LOGIF, r->logif); in snl_add_msg_attr_pf_rule() 1665 { .type = PF_RT_LOGIF, .off = _OUT(r.logif), .cb = snl_attr_get_uint8 },
|