Searched refs:PF_RT_MIN_TTL (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/netpfil/pf/ |
H A D | pf_nl.h | 245 PF_RT_MIN_TTL = 49, /* u8 */ enumerator
|
H A D | pf_nl.c | 732 { .type = PF_RT_MIN_TTL, .off = _OUT(min_ttl), .cb = nlattr_get_uint8 }, 976 nlattr_add_u8(nw, PF_RT_MIN_TTL, rule->min_ttl); in pf_handle_getrule()
|
/freebsd/lib/libpfctl/ |
H A D | libpfctl.c | 1276 snl_add_msg_attr_u8(nw, PF_RT_MIN_TTL, r->min_ttl); in snl_add_msg_attr_pf_rule() 1638 { .type = PF_RT_MIN_TTL, .off = _OUT(r.min_ttl), .cb = snl_attr_get_uint8 },
|