Searched refs:IP_TTL (Results 1 – 2 of 2) sorted by relevance
65 put_cmsg(msg, SOL_IP, IP_TTL, sizeof(int), &ttl); in ip_cmsg_recv_ttl()269 case IP_TTL: in ip_cmsg_send()586 case IP_TTL: in do_ip_setsockopt()726 case IP_TTL: in do_ip_setsockopt()1344 case IP_TTL: in do_ip_getsockopt()1460 put_cmsg(&msg, SOL_IP, IP_TTL, sizeof(hlim), &hlim); in do_ip_getsockopt()
90 #define IP_TTL 2 macro