OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SYS_SENDMSG
(Results
201 - 225
of
241
) sorted by null
1
2
3
4
5
6
7
8
9
10
/prebuilts/go/darwin-x86/src/syscall/
zsysnum_linux_amd64.go
55
SYS_SENDMSG
= 46
zsysnum_linux_arm64.go
221
SYS_SENDMSG
= 211
zsysnum_linux_mips64.go
52
SYS_SENDMSG
= 5045
zsysnum_linux_mips64le.go
52
SYS_SENDMSG
= 5045
zsysnum_linux_s390x.go
299
SYS_SENDMSG
= 370
zsysnum_netbsd_386.go
29
SYS_SENDMSG
= 28 // { ssize_t|sys||sendmsg(int s, const struct msghdr *msg, int flags); }
zsysnum_netbsd_amd64.go
29
SYS_SENDMSG
= 28 // { ssize_t|sys||sendmsg(int s, const struct msghdr *msg, int flags); }
zsysnum_netbsd_arm.go
29
SYS_SENDMSG
= 28 // { ssize_t|sys||sendmsg(int s, const struct msghdr *msg, int flags); }
zsysnum_darwin_386.go
31
SYS_SENDMSG
= 28
zsysnum_darwin_amd64.go
31
SYS_SENDMSG
= 28
zsysnum_darwin_arm.go
33
SYS_SENDMSG
= 28
zsysnum_darwin_arm64.go
31
SYS_SENDMSG
= 28
zsysnum_freebsd_386.go
33
SYS_SENDMSG
= 28 // { int sendmsg(int s, struct msghdr *msg, \
zsysnum_freebsd_amd64.go
33
SYS_SENDMSG
= 28 // { int sendmsg(int s, struct msghdr *msg, \
zsysnum_freebsd_arm.go
33
SYS_SENDMSG
= 28 // { int sendmsg(int s, struct msghdr *msg, \
zsysnum_linux_arm.go
274
SYS_SENDMSG
= 296
/prebuilts/go/linux-x86/src/syscall/
zsysnum_dragonfly_amd64.go
34
SYS_SENDMSG
= 28 // { int sendmsg(int s, caddr_t msg, int flags); }
zsysnum_linux_amd64.go
55
SYS_SENDMSG
= 46
zsysnum_linux_arm64.go
221
SYS_SENDMSG
= 211
zsysnum_linux_mips64.go
52
SYS_SENDMSG
= 5045
zsysnum_linux_mips64le.go
52
SYS_SENDMSG
= 5045
zsysnum_linux_s390x.go
299
SYS_SENDMSG
= 370
zsysnum_netbsd_386.go
29
SYS_SENDMSG
= 28 // { ssize_t|sys||sendmsg(int s, const struct msghdr *msg, int flags); }
zsysnum_netbsd_amd64.go
29
SYS_SENDMSG
= 28 // { ssize_t|sys||sendmsg(int s, const struct msghdr *msg, int flags); }
zsysnum_netbsd_arm.go
29
SYS_SENDMSG
= 28 // { ssize_t|sys||sendmsg(int s, const struct msghdr *msg, int flags); }
Completed in 714 milliseconds
1
2
3
4
5
6
7
8
9
10