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