Home
last modified time | relevance | path

Searched refs:IPV6_HOPLIMIT (Results 1 – 3 of 3) sorted by relevance

/linux/include/uapi/linux/
H A Din6.h230 #define IPV6_HOPLIMIT 52 macro
/linux/net/ipv6/
H A Ddatagram.c629 put_cmsg(msg, SOL_IPV6, IPV6_HOPLIMIT, sizeof(hlim), &hlim); in ip6_datagram_recv_specific_ctl()
996 case IPV6_HOPLIMIT: in ip6_datagram_send_ctl()
/linux/tools/testing/selftests/net/
H A Dcmsg_sender.c282 SOL_IPV6, IPV6_HOPLIMIT, &opt.cmsg.hlimit); in cs_write_cmsg()