Home
last modified time | relevance | path

Searched refs:ICMP_TIMXCEED_INTRANS (Results 1 – 10 of 10) sorted by relevance

/netbsd/external/mpl/dhcp/dist/includes/netinet/
H A Dip_icmp.h153 #define ICMP_TIMXCEED_INTRANS 0 /* ttl==0 in transit */ macro
/netbsd/sys/netinet/
H A Dip_icmp.h222 #define ICMP_TIMXCEED_INTRANS 0 /* ttl==0 in transit */ macro
H A Dip_input.c1361 icmp_error(m, ICMP_TIMXCEED, ICMP_TIMXCEED_INTRANS, dest, 0); in ip_forward()
/netbsd/external/bsd/tcpdump/dist/
H A Dprint-icmp.c141 #define ICMP_TIMXCEED_INTRANS 0 /* ttl==0 in transit */ macro
506 case ICMP_TIMXCEED_INTRANS: in icmp_print()
/netbsd/sys/netmpls/
H A Dmpls_ttl.c402 mpls_icmp_error(m, ICMP_TIMXCEED, ICMP_TIMXCEED_INTRANS, in mpls_ttl_dec()
/netbsd/sys/external/bsd/ipf/netinet/
H A Dip_compat.h1023 #ifndef ICMP_TIMXCEED_INTRANS
1024 # define ICMP_TIMXCEED_INTRANS 0 macro
/netbsd/usr.sbin/traceroute/
H A Dtraceroute.c1445 if ((type == ICMP_TIMXCEED && code == ICMP_TIMXCEED_INTRANS) || in packet_ok()
/netbsd/sbin/ping/
H A Dping.c1688 case ICMP_TIMXCEED_INTRANS: in pr_icmph()
/netbsd/external/bsd/ipf/dist/tools/
H A Dipmon.c200 { ICMP_TIMXCEED_INTRANS, "transit" },
/netbsd/dist/pf/sbin/pfctl/
H A Dpfctl_parser.c192 { "transit", ICMP_TIMXCEED, ICMP_TIMXCEED_INTRANS },