Home
last modified time | relevance | path

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

/openbsd/usr.sbin/tcpdump/
H A Dprint-icmp.c76 #ifndef ICMP_UNREACH_PRECEDENCE_CUTOFF
77 #define ICMP_UNREACH_PRECEDENCE_CUTOFF 15 /* precedence cutoff */ macro
131 { ICMP_UNREACH_PRECEDENCE_CUTOFF,
/openbsd/sys/netinet/
H A Dip_icmp.h184 #define ICMP_UNREACH_PRECEDENCE_CUTOFF 15 /* precedence cutoff */ macro
H A Dip_icmp.c435 case ICMP_UNREACH_PRECEDENCE_CUTOFF: in icmp_input_if()
/openbsd/sbin/ping/
H A Dping.c1636 case ICMP_UNREACH_PRECEDENCE_CUTOFF: in pr_icmph()
/openbsd/sbin/pfctl/
H A Dpfctl_parser.c160 { "cutoff-preced", ICMP_UNREACH, ICMP_UNREACH_PRECEDENCE_CUTOFF },
/openbsd/usr.sbin/bgpd/
H A Dparse.y5942 { "cutoff-preced", ICMP_UNREACH, ICMP_UNREACH_PRECEDENCE_CUTOFF },
/openbsd/sys/net/
H A Dpf.c3151 case ICMP_UNREACH_PRECEDENCE_CUTOFF: in pf_translate_icmp_af()