Searched refs:ICMP6_TIME_EXCEEDED (Results 1 - 16 of 16) sorted by relevance

/netbsd-current/external/bsd/ipf/dist/lib/
H A Dicmptypes.c27 # undef ICMP6_TIME_EXCEEDED macro
28 # define ICMP6_TIME_EXCEEDED 0 macro
103 { "timex", ICMP_TIMXCEED, ICMP6_TIME_EXCEEDED },
/netbsd-current/sys/netinet/
H A Dicmp6.h93 #define ICMP6_TIME_EXCEEDED 3 /* time exceeded, code: */ macro
685 case ICMP6_TIME_EXCEEDED: \
/netbsd-current/usr.sbin/traceroute6/
H A Dtraceroute6.c878 case ICMP6_TIME_EXCEEDED:
973 if ((type == ICMP6_TIME_EXCEEDED && code == ICMP6_TIME_EXCEED_TRANSIT)
987 return type == ICMP6_TIME_EXCEEDED ? -1 : code + 1;
991 return type == ICMP6_TIME_EXCEEDED ? -1 : code + 1;
/netbsd-current/sys/net/npf/
H A Dnpf_alg_icmp.c168 case ICMP6_TIME_EXCEEDED:
/netbsd-current/sys/netinet6/
H A Dip6_forward.c157 icmp6_error(m, ICMP6_TIME_EXCEEDED,
H A Dfrag6.c588 icmp6_error(m, ICMP6_TIME_EXCEEDED,
H A Dicmp6.c258 case ICMP6_TIME_EXCEEDED:
579 case ICMP6_TIME_EXCEEDED:
630 case ICMP6_TIME_EXCEEDED:
/netbsd-current/usr.sbin/npf/npfctl/
H A Dnpf_data.c573 case ICMP6_TIME_EXCEEDED:
/netbsd-current/dist/pf/sbin/pfctl/
H A Dpfctl_parser.c133 { "timex", ICMP6_TIME_EXCEEDED },
215 { "transit", ICMP6_TIME_EXCEEDED, ICMP6_TIME_EXCEED_TRANSIT },
216 { "reassemb", ICMP6_TIME_EXCEEDED, ICMP6_TIME_EXCEED_REASSEMBLY },
/netbsd-current/external/bsd/tcpdump/dist/
H A Dprint-icmp6.c105 #define ICMP6_TIME_EXCEEDED 3 /* time exceeded, code: */ macro
649 { ICMP6_TIME_EXCEEDED, "time exceeded in-transit"},
1119 case ICMP6_TIME_EXCEEDED:
/netbsd-current/sys/external/bsd/ipf/netinet/
H A Dip_compat.h1237 #ifndef ICMP6_TIME_EXCEEDED
1238 # define ICMP6_TIME_EXCEEDED 3 macro
H A Dfil.c938 case ICMP6_TIME_EXCEEDED :
4280 ICMP6_TIME_EXCEEDED, /* 11: ICMP_TIMXCEED */
/netbsd-current/sys/kern/
H A Duipc_mbufdebug.c743 case ICMP6_TIME_EXCEEDED:
/netbsd-current/external/bsd/ipf/dist/tools/
H A Dipmon.c287 { ICMP6_TIME_EXCEEDED, icmptimexceed6,
/netbsd-current/sbin/ping6/
H A Dping6.c2088 case ICMP6_TIME_EXCEEDED:
/netbsd-current/sys/dist/pf/net/
H A Dpf.c3139 icmptype == ICMP6_TIME_EXCEEDED ||
4374 icmptype == ICMP6_TIME_EXCEEDED ||

Completed in 230 milliseconds