HomeSort by relevance Sort by last modified time
    Searched refs:SOCK_DCCP (Results 51 - 75 of 81) sorted by null

1 23 4

  /prebuilts/ndk/r11/platforms/android-24/arch-arm64/usr/include/sys/
socket.h 56 #define SOCK_DCCP 6
  /prebuilts/ndk/r11/platforms/android-24/arch-mips/usr/include/sys/
socket.h 56 #define SOCK_DCCP 6
  /prebuilts/ndk/r11/platforms/android-24/arch-mips64/usr/include/sys/
socket.h 56 #define SOCK_DCCP 6
  /prebuilts/ndk/r11/platforms/android-24/arch-x86/usr/include/sys/
socket.h 56 #define SOCK_DCCP 6
  /prebuilts/ndk/r11/platforms/android-24/arch-x86_64/usr/include/sys/
socket.h 56 #define SOCK_DCCP 6
  /external/netperf/src/
netsh.c 533 #if defined(IPPROTO_DCCP) && defined(SOCK_DCCP)
535 socket_type = SOCK_DCCP;
    [all...]
nettest_bsd.c 472 #ifdef SOCK_DCCP
474 return SOCK_DCCP;
500 #ifdef SOCK_DCCP
501 case SOCK_DCCP:
527 #ifdef SOCK_DCCP
528 case SOCK_DCCP:
727 #if defined(IPPROTO_DCCP) && defined(SOCK_DCCP)
730 if ((hints.ai_socktype == SOCK_DCCP) &&
    [all...]
netlib.c 491 #ifdef SOCK_DCCP
492 case SOCK_DCCP:
493 return("SOCK_DCCP");
    [all...]
  /bionic/libc/include/sys/
socket.h 61 #define SOCK_DCCP 6
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_linux_386.go     [all...]
zerrors_linux_amd64.go     [all...]
zerrors_linux_arm.go     [all...]
zerrors_linux_arm64.go     [all...]
zerrors_linux_mips.go     [all...]
zerrors_linux_mips64.go     [all...]
zerrors_linux_mips64le.go     [all...]
zerrors_linux_mipsle.go     [all...]
  /prebuilts/go/linux-x86/src/syscall/
zerrors_linux_386.go     [all...]
zerrors_linux_amd64.go     [all...]
zerrors_linux_arm.go     [all...]
zerrors_linux_arm64.go     [all...]
zerrors_linux_mips.go     [all...]
zerrors_linux_mips64.go     [all...]
zerrors_linux_mips64le.go     [all...]
zerrors_linux_mipsle.go     [all...]

Completed in 2216 milliseconds

1 23 4