HomeSort by: relevance | last modified time | path
    Searched refs:IPV6_HOPLIMIT (Results 1 - 19 of 19) sorted by relevancy

  /src/external/mit/libuv/dist/src/win/
winsock.h 49 #ifndef IPV6_HOPLIMIT
50 # define IPV6_HOPLIMIT 21
udp.c 982 IPV6_HOPLIMIT,
  /src/external/apache2/mDNSResponder/dist/mDNSPosix/
mDNSBSD.c 183 #if defined(IPV6_HOPLIMIT) && HAVE_IPV6
mDNSUNP.c 197 #if defined(IPV6_HOPLIMIT) && HAVE_IPV6
mDNSPosix.c 1271 #if defined(IPV6_HOPLIMIT)
1275 if (err < 0) { err = errno; perror("setsockopt - IPV6_HOPLIMIT"); }
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/linux/netinet/
in_.d 364 enum IPV6_HOPLIMIT = 52;
  /src/sys/netinet6/
ip6_output.c 1376 case IPV6_HOPLIMIT:
1430 case IPV6_HOPLIMIT:
1442 error = ip6_pcbopt(IPV6_HOPLIMIT,
2235 if (optname == -1 || optname == IPV6_HOPLIMIT)
2858 case IPV6_HOPLIMIT:
2939 case IPV6_HOPLIMIT:
2944 * RFC 3542 deprecated the usage of sticky IPV6_HOPLIMIT
2947 if (optname == IPV6_HOPLIMIT && sticky)
in6.h 429 #define IPV6_HOPLIMIT 47 /* int; send hop limit */
ip6_input.c 1102 IS2292(IPV6_2292HOPLIMIT, IPV6_HOPLIMIT), IPPROTO_IPV6);
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/darwin/netinet/
in_.d 496 enum IPV6_HOPLIMIT = 47;
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/dragonflybsd/netinet/
in_.d 408 enum IPV6_HOPLIMIT = 47;
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/freebsd/netinet/
in_.d 421 enum IPV6_HOPLIMIT = 47;
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
posix.c 495 } else if (cmh->cmsg_level == IPPROTO_IPV6 && cmh->cmsg_type == IPV6_HOPLIMIT &&
icmp.c 543 cmsg_pointer->cmsg_type = IPV6_HOPLIMIT;
  /src/sbin/ping6/
ping6.c 799 scmsgp->cmsg_type = IPV6_HOPLIMIT;
1875 cm->cmsg_type == IPV6_HOPLIMIT &&
  /src/external/bsd/dhcpcd/dist/src/
ipv6nd.c 181 #if !defined(IPV6_RECVHOPLIMIT) && defined(IPV6_HOPLIMIT)
182 #define IPV6_RECVHOPLIMIT IPV6_HOPLIMIT
if.c 929 case IPV6_HOPLIMIT:
  /src/usr.sbin/traceroute6/
traceroute6.c 956 cm->cmsg_type == IPV6_HOPLIMIT &&
  /src/usr.sbin/rtadvd/
rtadvd.c 757 cm->cmsg_type == IPV6_HOPLIMIT &&

Completed in 30 milliseconds