Searched refs:ICMP_RD (Results 1 – 2 of 2) sorted by relevance
/third_party/lwip/src/include/lwip/prot/ | ||
D | icmp.h | 49 #define ICMP_RD 5 /* redirect */ macro |
/third_party/lwip/src/core/ipv4/ | ||
D | icmp.c | 266 } else if (type == ICMP_RD) { in icmp_input() |