OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SUN_LEN
(Results
1 - 6
of
6
) sorted by null
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
un.h
41
# define
SUN_LEN
(ptr) ((size_t) (((struct sockaddr_un *) 0)->sun_path) \
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-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.7-4.6/sysroot/usr/include/sys/
un.h
41
# define
SUN_LEN
(ptr) ((size_t) (((struct sockaddr_un *) 0)->sun_path) \
/external/chromium/chrome/common/
multi_process_lock_linux.cc
59
// before we call
SUN_LEN
which depends on strcpy working.
61
size_t length =
SUN_LEN
(&address);
/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) {
/system/core/libcutils/
properties.c
109
cc = connect(sock, (struct sockaddr*) &addr,
SUN_LEN
(&addr));
Completed in 1022 milliseconds