Searched refs:PF_RT_RETURN_ICMP (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/netpfil/pf/ |
H A D | pf_nl.h | 225 PF_RT_RETURN_ICMP = 27, /* u16 */ enumerator
|
H A D | pf_nl.c | 710 { .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 D | libpfctl.c | 1250 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 },
|