Searched refs:ICMP_TIMXCEED_INTRANS (Results 1 – 10 of 10) sorted by relevance
/netbsd/external/mpl/dhcp/dist/includes/netinet/ |
H A D | ip_icmp.h | 153 #define ICMP_TIMXCEED_INTRANS 0 /* ttl==0 in transit */ macro
|
/netbsd/sys/netinet/ |
H A D | ip_icmp.h | 222 #define ICMP_TIMXCEED_INTRANS 0 /* ttl==0 in transit */ macro
|
H A D | ip_input.c | 1361 icmp_error(m, ICMP_TIMXCEED, ICMP_TIMXCEED_INTRANS, dest, 0); in ip_forward()
|
/netbsd/external/bsd/tcpdump/dist/ |
H A D | print-icmp.c | 141 #define ICMP_TIMXCEED_INTRANS 0 /* ttl==0 in transit */ macro 506 case ICMP_TIMXCEED_INTRANS: in icmp_print()
|
/netbsd/sys/netmpls/ |
H A D | mpls_ttl.c | 402 mpls_icmp_error(m, ICMP_TIMXCEED, ICMP_TIMXCEED_INTRANS, in mpls_ttl_dec()
|
/netbsd/sys/external/bsd/ipf/netinet/ |
H A D | ip_compat.h | 1023 #ifndef ICMP_TIMXCEED_INTRANS 1024 # define ICMP_TIMXCEED_INTRANS 0 macro
|
/netbsd/usr.sbin/traceroute/ |
H A D | traceroute.c | 1445 if ((type == ICMP_TIMXCEED && code == ICMP_TIMXCEED_INTRANS) || in packet_ok()
|
/netbsd/sbin/ping/ |
H A D | ping.c | 1688 case ICMP_TIMXCEED_INTRANS: in pr_icmph()
|
/netbsd/external/bsd/ipf/dist/tools/ |
H A D | ipmon.c | 200 { ICMP_TIMXCEED_INTRANS, "transit" },
|
/netbsd/dist/pf/sbin/pfctl/ |
H A D | pfctl_parser.c | 192 { "transit", ICMP_TIMXCEED, ICMP_TIMXCEED_INTRANS },
|