IP_TTL
OFFLOAD(IP_TTL, 8, U8_MAX, ip4.ttl, 0, ttl_hoplimit),
CHECK(IP_TTL, ip_ttl) ||
case IP_TTL:
case IP_TTL:
put_cmsg(&msg, SOL_IP, IP_TTL, sizeof(hlim), &hlim);
case IP_TTL:
put_cmsg(msg, SOL_IP, IP_TTL, sizeof(int), &ttl);
case IP_TTL:
case IP_TTL:
err = setsockopt(fd, SOL_IP, IP_TTL, &buf, 1);
(void)getsockopt(fd, SOL_IP, IP_TTL, buf, &optlen);
SOL_IP, IP_TTL, &opt.cmsg.hlimit);
setsockopt(fd, SOL_IP, IP_TTL,