HomeSort by relevance Sort by last modified time
    Searched defs:socklen_t (Results 76 - 100 of 138) sorted by null

1 2 34 5 6

  /system/core/libcutils/include/cutils/
sockets.h 32 typedef int socklen_t; typedef
  /libcore/ojluni/src/main/native/
ServerSocketChannelImpl.c 36 typedef size_t socklen_t; /* New in SunOS 5.7, so need this for 5.6 */ typedef
107 socklen_t sa_len = alloc_len;
  /external/mdnsresponder/mDNSPosix/
mDNSUNP.h 44 typedef unsigned int socklen_t; typedef
83 struct sockaddr *sa, socklen_t *salenptr, struct my_in_pktinfo *pktp, u_char *ttl);
  /external/mdnsresponder/mDNSShared/
PlatformCommon.c 35 typedef unsigned int socklen_t; typedef
42 socklen_t len = sizeof(addr);
43 socklen_t inner_len = 0;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
socketmodule.h 31 typedef int socklen_t; typedef
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
socketmodule.h 31 typedef int socklen_t; typedef
  /external/clang/test/Analysis/
casts.c 13 typedef __darwin_socklen_t socklen_t; typedef
22 socklen_t addrlen = sizeof(storage);
  /external/libevent/
util-internal.h 111 #define socklen_t _EVENT_socklen_t macro
  /external/webrtc/webrtc/examples/peerconnection/server/
data_socket.h 17 typedef int socklen_t; typedef
  /bionic/libc/include/sys/
types.h 110 /* This historical accident means that we had a signed socklen_t on 32-bit architectures. */
113 /* LP64 still has a 32-bit socklen_t. */
116 typedef __socklen_t socklen_t; typedef
  /development/ndk/platforms/android-21/include/sys/
types.h 121 /* This historical accident means that we had a signed socklen_t on 32-bit architectures. */
124 /* LP64 still has a 32-bit socklen_t. */
127 typedef __socklen_t socklen_t; typedef
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
socketmodule.h 31 typedef int socklen_t; typedef
  /external/libvncserver/libvncclient/
sockets.c 47 #define socklen_t int macro
49 #undef socklen_t macro
620 socklen_t addrlen = sizeof(addr);
676 socklen_t addrlen = sizeof(addr);
752 socklen_t addrlen = sizeof(struct sockaddr_in);
  /prebuilts/ndk/r10/platforms/android-21/arch-arm/usr/include/sys/
types.h 121 /* This historical accident means that we had a signed socklen_t on 32-bit architectures. */
124 /* LP64 still has a 32-bit socklen_t. */
127 typedef __socklen_t socklen_t; typedef
  /prebuilts/ndk/r10/platforms/android-21/arch-arm64/usr/include/sys/
types.h 121 /* This historical accident means that we had a signed socklen_t on 32-bit architectures. */
124 /* LP64 still has a 32-bit socklen_t. */
127 typedef __socklen_t socklen_t; typedef
  /prebuilts/ndk/r10/platforms/android-21/arch-mips/usr/include/sys/
types.h 121 /* This historical accident means that we had a signed socklen_t on 32-bit architectures. */
124 /* LP64 still has a 32-bit socklen_t. */
127 typedef __socklen_t socklen_t; typedef
  /prebuilts/ndk/r10/platforms/android-21/arch-mips64/usr/include/sys/
types.h 121 /* This historical accident means that we had a signed socklen_t on 32-bit architectures. */
124 /* LP64 still has a 32-bit socklen_t. */
127 typedef __socklen_t socklen_t; typedef
  /prebuilts/ndk/r10/platforms/android-21/arch-x86/usr/include/sys/
types.h 121 /* This historical accident means that we had a signed socklen_t on 32-bit architectures. */
124 /* LP64 still has a 32-bit socklen_t. */
127 typedef __socklen_t socklen_t; typedef
  /prebuilts/ndk/r10/platforms/android-21/arch-x86_64/usr/include/sys/
types.h 121 /* This historical accident means that we had a signed socklen_t on 32-bit architectures. */
124 /* LP64 still has a 32-bit socklen_t. */
127 typedef __socklen_t socklen_t; typedef
  /prebuilts/ndk/r10/platforms/android-23/arch-arm/usr/include/sys/
types.h 121 /* This historical accident means that we had a signed socklen_t on 32-bit architectures. */
124 /* LP64 still has a 32-bit socklen_t. */
127 typedef __socklen_t socklen_t; typedef
  /prebuilts/ndk/r10/platforms/android-23/arch-arm64/usr/include/sys/
types.h 121 /* This historical accident means that we had a signed socklen_t on 32-bit architectures. */
124 /* LP64 still has a 32-bit socklen_t. */
127 typedef __socklen_t socklen_t; typedef
  /prebuilts/ndk/r10/platforms/android-23/arch-mips/usr/include/sys/
types.h 121 /* This historical accident means that we had a signed socklen_t on 32-bit architectures. */
124 /* LP64 still has a 32-bit socklen_t. */
127 typedef __socklen_t socklen_t; typedef
  /prebuilts/ndk/r10/platforms/android-23/arch-mips64/usr/include/sys/
types.h 121 /* This historical accident means that we had a signed socklen_t on 32-bit architectures. */
124 /* LP64 still has a 32-bit socklen_t. */
127 typedef __socklen_t socklen_t; typedef
  /prebuilts/ndk/r10/platforms/android-23/arch-x86/usr/include/sys/
types.h 121 /* This historical accident means that we had a signed socklen_t on 32-bit architectures. */
124 /* LP64 still has a 32-bit socklen_t. */
127 typedef __socklen_t socklen_t; typedef
  /prebuilts/ndk/r10/platforms/android-23/arch-x86_64/usr/include/sys/
types.h 121 /* This historical accident means that we had a signed socklen_t on 32-bit architectures. */
124 /* LP64 still has a 32-bit socklen_t. */
127 typedef __socklen_t socklen_t; typedef

Completed in 1855 milliseconds

1 2 34 5 6