Searched refs:ICMP_UNREACH_TOSHOST (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/external/mpl/dhcp/dist/includes/netinet/
H A Dip_icmp.h142 #define ICMP_UNREACH_TOSHOST 12 /* bad tos for host */ macro
/netbsd-current/sys/netinet/
H A Dip_icmp.h202 #define ICMP_UNREACH_TOSHOST 12 /* bad tos for host */ macro
H A Dip_icmp.c488 case ICMP_UNREACH_TOSHOST:
/netbsd-current/external/bsd/tcpdump/dist/
H A Dprint-icmp.c127 #define ICMP_UNREACH_TOSHOST 12 /* bad tos for host */ macro
178 #ifndef ICMP_UNREACH_TOSHOST
179 #define ICMP_UNREACH_TOSHOST 12 /* tos prohibited host */ macro
472 case ICMP_UNREACH_TOSHOST:
/netbsd-current/sys/external/bsd/ipf/netinet/
H A Dip_compat.h987 #ifndef ICMP_UNREACH_TOSHOST
988 # define ICMP_UNREACH_TOSHOST 12 macro
/netbsd-current/sbin/ping/
H A Dping.c1600 case ICMP_UNREACH_TOSHOST:
/netbsd-current/dist/pf/sbin/pfctl/
H A Dpfctl_parser.c172 { "host-tos", ICMP_UNREACH, ICMP_UNREACH_TOSHOST },
/netbsd-current/external/bsd/ipf/dist/tools/
H A Dipmon.c186 { ICMP_UNREACH_TOSHOST, "toshost" },
H A Dipf_y.y1564 | IPFY_ICMPC_HSTTOS { $$ = ICMP_UNREACH_TOSHOST; }

Completed in 290 milliseconds