Searched refs:ICMP_DUR (Results 1 – 6 of 6) sorted by relevance
47 #define ICMP_DUR 3 /* destination unreachable */ macro
45 #define ICMP_DUR 3 /* destination unreachable */ macro
251 if (type == ICMP_DUR) { in icmp_input()304 icmp_send_response(p, ICMP_DUR, t); in icmp_dest_unreach()
258 if (type == ICMP_DUR) { in icmp_input()311 icmp_send_response(p, ICMP_DUR, t); in icmp_dest_unreach()
263 icmp_send_response(p, ICMP_DUR, t); in icmp_dest_unreach()
Completed in 10 milliseconds