Searched refs:PF_RT_CODE_2 (Results 1 – 3 of 3) sorted by relevance
| /freebsd/sys/netpfil/pf/ |
| H A D | pf_nl.h | 303 PF_RT_CODE_2 = 85, /* u16 */ enumerator
|
| H A D | pf_nl.c | 814 { .type = PF_RT_CODE_2, .off = _OUT(code), .cb = nlattr_get_uint16 }, 974 nlattr_add_u16(nw, PF_RT_CODE_2, rule->code); in nlattr_add_rule()
|
| /freebsd/lib/libpfctl/ |
| H A D | libpfctl.c | 1298 snl_add_msg_attr_u16(nw, PF_RT_CODE_2, r->code); in snl_add_msg_attr_pf_rule() 1713 { .type = PF_RT_CODE_2, .off = _OUT(r.code), .cb = snl_attr_get_uint16 },
|