HomeSort by relevance Sort by last modified time
    Searched defs:ICMP6_FILTER (Results 1 - 25 of 38) sorted by null

1 2

  /device/linaro/bootloader/edk2/StdLib/Include/netinet6/
in6.h 420 #define ICMP6_FILTER 18 /* icmp6_filter; icmp6 filter */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/netinet/
icmp6.h 27 #define ICMP6_FILTER 1
34 struct icmp6_filter struct
101 memset (filterp, 0, sizeof (struct icmp6_filter));
104 memset (filterp, 0xFF, sizeof (struct icmp6_filter));
  /bionic/libc/include/netinet/
icmp6.h 473 struct icmp6_filter { struct
480 * filters, and assign a different value to the ICMP6_FILTER sockopt.
482 #define ICMP6_FILTER 1
485 (void)memset(filterp, 0x00, sizeof(struct icmp6_filter))
487 (void)memset(filterp, 0xff, sizeof(struct icmp6_filter))
  /external/python/cpython2/Lib/plat-darwin/
IN.py 298 ICMP6_FILTER = 18
  /external/python/cpython2/Lib/plat-freebsd4/
IN.py 302 ICMP6_FILTER = 18
  /external/python/cpython2/Lib/plat-freebsd5/
IN.py 302 ICMP6_FILTER = 18
  /external/python/cpython2/Lib/plat-irix6/
IN.py 377 ICMP6_FILTER = 47
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-darwin/
IN.py 298 ICMP6_FILTER = 18
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-darwin/
IN.py 298 ICMP6_FILTER = 18
  /external/python/cpython2/Lib/plat-freebsd6/
IN.py 461 ICMP6_FILTER = 18
  /external/python/cpython2/Lib/plat-freebsd7/
IN.py 480 ICMP6_FILTER = 18
  /external/python/cpython2/Lib/plat-freebsd8/
IN.py 480 ICMP6_FILTER = 18
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_darwin_386.go 278 ICMP6_FILTER = 0x12
    [all...]
zerrors_darwin_amd64.go 278 ICMP6_FILTER = 0x12
    [all...]
zerrors_darwin_arm64.go 282 ICMP6_FILTER = 0x12
    [all...]
zerrors_dragonfly_amd64.go 335 ICMP6_FILTER = 0x12
    [all...]
zerrors_freebsd_386.go 474 ICMP6_FILTER = 0x12
    [all...]
zerrors_freebsd_amd64.go 474 ICMP6_FILTER = 0x12
    [all...]
zerrors_freebsd_arm.go 474 ICMP6_FILTER = 0x12
    [all...]
zerrors_netbsd_386.go 583 ICMP6_FILTER = 0x12
    [all...]
zerrors_netbsd_amd64.go 573 ICMP6_FILTER = 0x12
    [all...]
zerrors_netbsd_arm.go 565 ICMP6_FILTER = 0x12
    [all...]
  /prebuilts/go/linux-x86/src/syscall/
zerrors_darwin_386.go 278 ICMP6_FILTER = 0x12
    [all...]
zerrors_darwin_amd64.go 278 ICMP6_FILTER = 0x12
    [all...]
zerrors_darwin_arm64.go 282 ICMP6_FILTER = 0x12
    [all...]

Completed in 2077 milliseconds

1 2