Searched refs:ICMP_TTL (Results 1 – 2 of 2) sorted by relevance
201 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()
612 #ifndef ICMP_TTL613 #define ICMP_TTL (IP_DEFAULT_TTL) macro