OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SO_ACCEPTCONN
(Results
26 - 36
of
36
) sorted by null
1
2
/prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/asm/
socket.h
56
#define
SO_ACCEPTCONN
30
/bionic/libc/kernel/arch-mips/asm/
socket.h
44
#define
SO_ACCEPTCONN
0x1009
/development/ndk/platforms/android-9/arch-mips/include/asm/
socket.h
44
#define
SO_ACCEPTCONN
0x1009
/prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/asm/
socket.h
44
#define
SO_ACCEPTCONN
0x1009
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/asm/
socket.h
44
#define
SO_ACCEPTCONN
0x1009
/external/kernel-headers/original/asm-mips/
socket.h
44
#define
SO_ACCEPTCONN
0x1009
/gdk/libportable/arch-mips/
sockopt.c
130
return
SO_ACCEPTCONN
;
/external/dbus/dbus/
sd-daemon.c
190
if (getsockopt(fd, SOL_SOCKET,
SO_ACCEPTCONN
, &accepting, &l) < 0)
/external/quake/quake/src/WinQuake/
mpdosock.h
365
#define
SO_ACCEPTCONN
0x0002 /* socket has had listen() */
net_bw.cpp
78
#define
SO_ACCEPTCONN
0x0002 /* socket has had listen() */
/external/strace/
net.c
605
#ifdef
SO_ACCEPTCONN
606
{
SO_ACCEPTCONN
, "
SO_ACCEPTCONN
" },
[
all
...]
Completed in 1134 milliseconds
1
2