Home
last modified time | relevance | path

Searched refs:BANDLIM_ICMP_UNREACH (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/netinet/
H A Dicmp_var.h104 #define BANDLIM_ICMP_UNREACH 0 macro
H A Dip_icmp.c1097 [BANDLIM_ICMP_UNREACH] = "icmp unreach",
H A Dudp_usrreq.c653 if (badport_bandlim(BANDLIM_ICMP_UNREACH) < 0) in udp_input()
/freebsd/sys/netpfil/pf/
H A Dpf.c4351 return (BANDLIM_ICMP_UNREACH); in pf_icmp_to_bandlim()