Home
last modified time | relevance | path

Searched refs:ICMP_DUR (Results 1 – 2 of 2) sorted by relevance

/third_party/lwip/src/include/lwip/prot/
Dicmp.h47 #define ICMP_DUR 3 /* destination unreachable */ macro
/third_party/lwip/src/core/ipv4/
Dicmp.c258 if (type == ICMP_DUR) { in icmp_input()
311 icmp_send_response(p, ICMP_DUR, t); in icmp_dest_unreach()