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/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) \
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/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.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
un.h
41
# define
SUN_LEN
(ptr) ((size_t) (((struct sockaddr_un *) 0)->sun_path) \
/external/dbus/cmake/modules/
CheckForAbstractSockets.c
25
if (bind (listen_fd, (struct sockaddr*) &addr,
SUN_LEN
(&addr)) < 0)
/external/dhcpcd-6.8.2/
control.c
47
#ifndef
SUN_LEN
48
#define
SUN_LEN
(su) \
255
len = (socklen_t)
SUN_LEN
(&sa);
340
len = (socklen_t)
SUN_LEN
(&sa);
/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) {
Completed in 495 milliseconds