Searched refs:ICMP_TTL (Results 1 – 2 of 2) sorted by relevance
/third_party/lwip/src/core/ipv4/ |
D | icmp.c | 235 IPH_TTL_SET(iphdr, ICMP_TTL); in icmp_input() 251 ICMP_TTL, 0, IP_PROTO_ICMP, inp); in icmp_input() 413 ip4_output_if(q, NULL, &iphdr_src, ICMP_TTL, 0, IP_PROTO_ICMP, netif); in icmp_send_response()
|
/third_party/lwip/src/include/lwip/ |
D | opt.h | 856 #if !defined ICMP_TTL || defined __DOXYGEN__ 857 #define ICMP_TTL IP_DEFAULT_TTL macro
|