Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/tcpdump/dist/
Dprint-icmp.c124 #define ICMP_UNREACH_TOSNET 11 /* bad tos for net */ macro
173 #ifndef ICMP_UNREACH_TOSNET
174 #define ICMP_UNREACH_TOSNET 11 /* tos prohibited net */ macro
464 case ICMP_UNREACH_TOSNET: in icmp_print()
/netbsd/src/sys/netinet/
Dip_icmp.h201 #define ICMP_UNREACH_TOSNET 11 /* bad tos for net */ macro
Dip_icmp.c480 case ICMP_UNREACH_TOSNET: in _icmp_input()
/netbsd/src/sys/external/bsd/ipf/netinet/
Dip_compat.h984 #ifndef ICMP_UNREACH_TOSNET
985 # define ICMP_UNREACH_TOSNET 11 macro
/netbsd/src/sbin/ping/
Dping.c1597 case ICMP_UNREACH_TOSNET: in pr_icmph()
/netbsd/src/dist/pf/sbin/pfctl/
Dpfctl_parser.c171 { "net-tos", ICMP_UNREACH, ICMP_UNREACH_TOSNET },
/netbsd/src/external/bsd/ipf/dist/tools/
Dipmon.c185 { ICMP_UNREACH_TOSNET, "tosnet" },
Dipf_y.y1563 | IPFY_ICMPC_NETTOS { $$ = ICMP_UNREACH_TOSNET; }