Home
last modified time | relevance | path

Searched refs:ICMP_UNREACH_PRECEDENCE_CUTOFF (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/tcpdump/
H A Dprint-icmp.c182 #ifndef ICMP_UNREACH_PRECEDENCE_CUTOFF
183 #define ICMP_UNREACH_PRECEDENCE_CUTOFF 15 /* precedence cutoff */ macro
482 case ICMP_UNREACH_PRECEDENCE_CUTOFF: in icmp_print()
/freebsd/tests/atf_python/sys/netpfil/ipfw/
H A Dinsn_headers.py182 ICMP_UNREACH_PRECEDENCE_CUTOFF = 15 variable in IcmpRejectCode
/freebsd/sys/netinet/
H A Dip_icmp.h167 #define ICMP_UNREACH_PRECEDENCE_CUTOFF 15 /* prec cutoff */ macro
H A Dip_icmp.c421 case ICMP_UNREACH_PRECEDENCE_CUTOFF: in icmp_errmap()
535 if (code > ICMP_UNREACH_PRECEDENCE_CUTOFF) in icmp_input()
/freebsd/usr.sbin/traceroute/
H A Dtraceroute.c245 #ifndef ICMP_UNREACH_PRECEDENCE_CUTOFF
246 #define ICMP_UNREACH_PRECEDENCE_CUTOFF 15 /* precedence cutoff */ macro
1182 case ICMP_UNREACH_PRECEDENCE_CUTOFF: in main()
/freebsd/sys/netpfil/ipfw/nat64/
H A Dnat64_translate.c953 case ICMP_UNREACH_PRECEDENCE_CUTOFF: in nat64_icmp_translate()
/freebsd/sbin/pfctl/
H A Dpfctl_parser.c157 { "cutoff-preced", ICMP_UNREACH, ICMP_UNREACH_PRECEDENCE_CUTOFF },
/freebsd/sbin/ipfw/
H A Dipfw2.c1200 { "precedence-cutoff", ICMP_UNREACH_PRECEDENCE_CUTOFF },
/freebsd/sys/netpfil/pf/
H A Dpf.c3787 case ICMP_UNREACH_PRECEDENCE_CUTOFF: in pf_translate_icmp_af()