OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MSG_MORE
(Results
1 - 25
of
26
) sorted by null
1
2
/external/syslinux/core/lwip/src/include/lwip/
sockets.h
134
#define
MSG_MORE
0x10 /* Sender will send more */
/bionic/libc/include/sys/
socket.h
250
#define
MSG_MORE
0x8000
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
socket.h
239
MSG_MORE
= 0x8000, /* Sender will send more. */
240
#define
MSG_MORE
MSG_MORE
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
socket.h
239
MSG_MORE
= 0x8000, /* Sender will send more. */
240
#define
MSG_MORE
MSG_MORE
/prebuilts/go/darwin-x86/src/syscall/
zerrors_linux_386.go
554
MSG_MORE
= 0x8000
[
all
...]
zerrors_linux_amd64.go
554
MSG_MORE
= 0x8000
[
all
...]
zerrors_linux_arm.go
553
MSG_MORE
= 0x8000
[
all
...]
zerrors_linux_arm64.go
694
MSG_MORE
= 0x8000
[
all
...]
zerrors_linux_mips.go
676
MSG_MORE
= 0x8000
[
all
...]
zerrors_linux_mips64.go
687
MSG_MORE
= 0x8000
[
all
...]
zerrors_linux_mips64le.go
687
MSG_MORE
= 0x8000
[
all
...]
zerrors_linux_mipsle.go
676
MSG_MORE
= 0x8000
[
all
...]
zerrors_linux_ppc64.go
690
MSG_MORE
= 0x8000
[
all
...]
zerrors_linux_ppc64le.go
694
MSG_MORE
= 0x8000
[
all
...]
zerrors_linux_s390x.go
690
MSG_MORE
= 0x8000
[
all
...]
/prebuilts/go/linux-x86/src/syscall/
zerrors_linux_386.go
554
MSG_MORE
= 0x8000
[
all
...]
zerrors_linux_amd64.go
554
MSG_MORE
= 0x8000
[
all
...]
zerrors_linux_arm.go
553
MSG_MORE
= 0x8000
[
all
...]
zerrors_linux_arm64.go
694
MSG_MORE
= 0x8000
[
all
...]
zerrors_linux_mips.go
676
MSG_MORE
= 0x8000
[
all
...]
zerrors_linux_mips64.go
687
MSG_MORE
= 0x8000
[
all
...]
zerrors_linux_mips64le.go
687
MSG_MORE
= 0x8000
[
all
...]
zerrors_linux_mipsle.go
676
MSG_MORE
= 0x8000
[
all
...]
zerrors_linux_ppc64.go
690
MSG_MORE
= 0x8000
[
all
...]
zerrors_linux_ppc64le.go
694
MSG_MORE
= 0x8000
[
all
...]
Completed in 1071 milliseconds
1
2