Home
last modified time | relevance | path

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

/freebsd-head/contrib/tcpdump/
HDprint-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-head/tests/atf_python/sys/netpfil/ipfw/
HDinsn_headers.py182 ICMP_UNREACH_PRECEDENCE_CUTOFF = 15 variable in IcmpRejectCode
/freebsd-head/sys/netinet/
HDip_icmp.h167 #define ICMP_UNREACH_PRECEDENCE_CUTOFF 15 /* prec cutoff */ macro
HDip_icmp.c421 case ICMP_UNREACH_PRECEDENCE_CUTOFF: in icmp_errmap()
535 if (code > ICMP_UNREACH_PRECEDENCE_CUTOFF) in icmp_input()
/freebsd-head/usr.sbin/traceroute/
HDtraceroute.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-head/sys/netpfil/ipfw/nat64/
HDnat64_translate.c953 case ICMP_UNREACH_PRECEDENCE_CUTOFF: in nat64_icmp_translate()
/freebsd-head/sbin/pfctl/
HDpfctl_parser.c157 { "cutoff-preced", ICMP_UNREACH, ICMP_UNREACH_PRECEDENCE_CUTOFF },
/freebsd-head/sbin/ipfw/
HDipfw2.c1230 { "precedence-cutoff", ICMP_UNREACH_PRECEDENCE_CUTOFF },
/freebsd-head/sys/netpfil/pf/
HDpf.c3844 case ICMP_UNREACH_PRECEDENCE_CUTOFF: in pf_translate_icmp_af()