Home
last modified time | relevance | path

Searched refs:PF_RT_RETURN_ICMP (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/netpfil/pf/
H A Dpf_nl.h225 PF_RT_RETURN_ICMP = 27, /* u16 */ enumerator
H A Dpf_nl.c710 { .type = PF_RT_RETURN_ICMP, .off = _OUT(return_icmp), .cb = nlattr_get_uint16 },
946 nlattr_add_u16(nw, PF_RT_RETURN_ICMP, rule->return_icmp); in pf_handle_getrule()
/freebsd/lib/libpfctl/
H A Dlibpfctl.c1250 snl_add_msg_attr_u16(nw, PF_RT_RETURN_ICMP, r->return_icmp); in snl_add_msg_attr_pf_rule()
1616 { .type = PF_RT_RETURN_ICMP, .off = _OUT(r.return_icmp), .cb = snl_attr_get_uint16 },