Home
last modified time | relevance | path

Searched refs:ICMP_UNREACH_TOSHOST (Results 1 – 8 of 8) sorted by relevance

/openbsd/src/usr.sbin/tcpdump/
Dprint-icmp.c65 #ifndef ICMP_UNREACH_TOSHOST
66 #define ICMP_UNREACH_TOSHOST 12 /* tos prohibited host */ macro
125 { ICMP_UNREACH_TOSHOST,
/openbsd/src/sys/netinet/
Dip_icmp.h181 #define ICMP_UNREACH_TOSHOST 12 /* bad tos for host */ macro
Dip_icmp.c437 case ICMP_UNREACH_TOSHOST: in icmp_input_if()
/openbsd/src/usr.sbin/traceroute/
Dworker.c830 case ICMP_UNREACH_TOSHOST: in icmp4_code()
/openbsd/src/sbin/ping/
Dping.c1627 case ICMP_UNREACH_TOSHOST: in pr_icmph()
/openbsd/src/sbin/pfctl/
Dpfctl_parser.c157 { "host-tos", ICMP_UNREACH, ICMP_UNREACH_TOSHOST },
/openbsd/src/usr.sbin/bgpd/
Dparse.y5995 { "host-tos", ICMP_UNREACH, ICMP_UNREACH_TOSHOST },
/openbsd/src/sys/net/
Dpf.c3142 case ICMP_UNREACH_TOSHOST: in pf_translate_icmp_af()