Searched refs:ICMP_AMR (Results 1 – 2 of 2) sorted by relevance
/third_party/lwip/src/include/lwip/prot/ | ||
D | icmp.h | 58 #define ICMP_AMR 18 /* address mask reply */ macro |
/third_party/lwip/src/core/ipv4/ | ||
D | icmp.c | 274 } else if (type == ICMP_AMR) { in icmp_input() |