HomeSort by relevance Sort by last modified time
    Searched refs:IPV6_RECVERR (Results 51 - 57 of 57) sorted by null

1 23

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
in6.h 171 #define IPV6_RECVERR 25
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
in6.h 171 #define IPV6_RECVERR 25
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
in6.h 171 #define IPV6_RECVERR 25
  /external/iputils/
tracepath6.c 176 case IPV6_RECVERR:
487 if (setsockopt(fd, SOL_IPV6, IPV6_RECVERR, &on, sizeof(on))) {
488 perror("IPV6_RECVERR");
ping6.c 1094 if (setsockopt(icmp_sock, SOL_IPV6, IPV6_RECVERR, (char *)&hold, sizeof(hold))) {
1298 if (cmsg->cmsg_type == IPV6_RECVERR)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/plat-linux2/
IN.py 531 IPV6_RECVERR = 25
  /external/strace/
net.c 875 #ifdef IPV6_RECVERR
876 { IPV6_RECVERR, "IPV6_RECVERR" },
    [all...]

Completed in 1551 milliseconds

1 23