Home
last modified time | relevance | path

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

/netbsd-src/external/mpl/dhcp/dist/includes/netinet/
H A Dip_icmp.h141 #define ICMP_UNREACH_TOSNET 11 /* bad tos for net */ macro
/netbsd-src/sys/netinet/
H A Dip_icmp.h201 #define ICMP_UNREACH_TOSNET 11 /* bad tos for net */ macro
H A Dip_icmp.c480 case ICMP_UNREACH_TOSNET: in _icmp_input()
/netbsd-src/sys/external/bsd/ipf/netinet/
H A Dip_compat.h984 #ifndef ICMP_UNREACH_TOSNET
985 # define ICMP_UNREACH_TOSNET 11 macro
/netbsd-src/sbin/ping/
H A Dping.c1597 case ICMP_UNREACH_TOSNET: in pr_icmph()
/netbsd-src/external/bsd/ipf/dist/tools/
H A Dipmon.c185 { ICMP_UNREACH_TOSNET, "tosnet" },
H A Dipf_y.y1563 | IPFY_ICMPC_NETTOS { $$ = ICMP_UNREACH_TOSNET; }
/netbsd-src/dist/pf/sbin/pfctl/
H A Dpfctl_parser.c171 { "net-tos", ICMP_UNREACH, ICMP_UNREACH_TOSNET },