HomeSort by relevance Sort by last modified time
    Searched refs:SUN_LEN (Results 1 - 9 of 9) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/sys/
un.h 41 # define SUN_LEN(ptr) ((size_t) (((struct sockaddr_un *) 0)->sun_path) \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
un.h 41 # define SUN_LEN(ptr) ((size_t) (((struct sockaddr_un *) 0)->sun_path) \
  /external/chromium_org/chrome/common/
multi_process_lock_linux.cc 57 // before we call SUN_LEN which depends on strcpy working.
59 size_t length = SUN_LEN(&address);
  /external/lldb/tools/darwin-debug/
darwin-debug.cpp 292 saddr_un.sun_len = SUN_LEN (&saddr_un);
294 if (::connect (s, (struct sockaddr *)&saddr_un, SUN_LEN (&saddr_un)) < 0)
  /external/netcat/
netcat.c 58 #ifndef SUN_LEN
59 #define SUN_LEN(su) \
523 if (bind(s, (struct sockaddr *)&sun, SUN_LEN(&sun)) < 0) {
558 if (connect(s, (struct sockaddr *)&sun, SUN_LEN(&sun)) < 0) {
  /external/lldb/source/Core/
ConnectionFileDescriptor.cpp     [all...]
  /external/chromium_org/chrome/common/mac/
mock_launchd.cc 200 unix_addr.sun_len = SUN_LEN(&unix_addr);
  /system/core/libcutils/
properties.c 199 cc = connect(sock, (struct sockaddr*) &addr, SUN_LEN(&addr));
  /external/lldb/tools/debugserver/source/
debugserver.cpp 655 saddr_un.sun_len = SUN_LEN (&saddr_un);
657 if (::connect (s, (struct sockaddr *)&saddr_un, SUN_LEN (&saddr_un)) < 0)
    [all...]

Completed in 2741 milliseconds