Home
last modified time | relevance | path

Searched refs:ICMP_TTL (Results 1 – 2 of 2) sorted by relevance

/external/syslinux/core/lwip/src/core/ipv4/
Dicmp.c201 IPH_TTL_SET(iphdr, ICMP_TTL); in icmp_input()
219 ICMP_TTL, 0, IP_PROTO_ICMP, inp); in icmp_input()
331 ip_output(q, NULL, &iphdr_src, ICMP_TTL, 0, IP_PROTO_ICMP); in icmp_send_response()
/external/syslinux/core/lwip/src/include/lwip/
Dopt.h612 #ifndef ICMP_TTL
613 #define ICMP_TTL (IP_DEFAULT_TTL) macro