Searched refs:ICMP_PP (Results 1 – 2 of 2) sorted by relevance
/third_party/lwip/src/include/lwip/prot/ | ||
D | icmp.h | 52 #define ICMP_PP 12 /* parameter problem */ macro |
/third_party/lwip/src/core/ipv4/ | ||
D | icmp.c | 262 } else if (type == ICMP_PP) { in icmp_input() |