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

1 2

  /device/linaro/bootloader/edk2/StdLib/Include/arpa/
inet.h 73 #ifndef socklen_t
74 typedef __socklen_t socklen_t; typedef
75 #define socklen_t __socklen_t macro
89 char * __restrict, socklen_t);
  /external/boringssl/src/crypto/bio/
internal.h 73 typedef int socklen_t; typedef
86 socklen_t *out_addr_length,
  /external/fio/os/windows/posix/include/arpa/
inet.h 7 typedef int socklen_t; typedef
16 char *restrict dst, socklen_t size);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/arpa/
inet.h 27 typedef __socklen_t socklen_t; typedef
66 char *__restrict __buf, socklen_t __len)
  /external/oj-libjdwp/src/share/transport/socket/
sysSocket.h 38 typedef int socklen_t; typedef
42 int dbgsysConnect(int fd, struct sockaddr *him, socklen_t len);
44 int dbgsysAccept(int fd, struct sockaddr *him, socklen_t *len);
45 int dbgsysSendTo(int fd, char *buf, size_t len, int flags, struct sockaddr *to, socklen_t tolen);
46 int dbgsysRecvFrom(int fd, char *buf, size_t nBytes, int flags, struct sockaddr *from, socklen_t *fromlen);
52 int dbgsysBind(int fd, struct sockaddr *name, socklen_t namelen);
59 int dbgsysGetSocketName(int fd, struct sockaddr *him, socklen_t *len);
  /external/clang/test/Analysis/
pr_4164.c 16 typedef __darwin_socklen_t socklen_t; typedef
17 int getsockopt(int, int, int, void * restrict, socklen_t * restrict);
22 socklen_t size_len = sizeof(size);
casts.c 13 typedef __darwin_socklen_t socklen_t; typedef
22 socklen_t addrlen = sizeof(storage);
  /external/webrtc/webrtc/base/
basictypes.h 53 typedef int socklen_t; typedef
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/OobRx/
OobRx.h 38 #define socklen_t int macro
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/OobTx/
OobTx.h 37 #define socklen_t int macro
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/RawIp4Rx/
RawIp4Rx.h 37 #define socklen_t int macro
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/RawIp4Tx/
RawIp4Tx.h 37 #define socklen_t int macro
  /external/libpcap/
sockutils.h 94 int WSAAPI getnameinfo(const struct sockaddr*,socklen_t,char*,DWORD,
127 typedef int socklen_t; typedef
  /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/webrtc/webrtc/examples/peerconnection/server/
data_socket.h 17 typedef int socklen_t; typedef
  /bionic/libc/include/sys/
types.h 111 /* This historical accident means that we had a signed socklen_t on 32-bit architectures. */
114 /* LP64 still has a 32-bit socklen_t. */
117 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);
  /external/python/cpython2/Modules/
socketmodule.h 31 typedef int socklen_t; typedef
  /external/python/cpython3/Modules/
socketmodule.h 38 typedef int socklen_t; typedef

Completed in 1813 milliseconds

1 2