Home
last modified time | relevance | path

Searched refs:Msghdr (Results 1 – 25 of 84) sorted by relevance

1234

/external/syzkaller/vendor/golang.org/x/sys/unix/
Dsyscall_linux_s390x.go118 func (msghdr *Msghdr) SetControllen(length int) {
281 func recvmsg(s int, msg *Msghdr, flags int) (int, error) { argument
290 func sendmsg(s int, msg *Msghdr, flags int) (int, error) { argument
Dsyscall_linux_386.go310 func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) { argument
318 func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { argument
370 func (msghdr *Msghdr) SetControllen(length int) {
Dsyscall_netbsd_386.go27 func (msghdr *Msghdr) SetControllen(length int) {
Dsyscall_openbsd_386.go27 func (msghdr *Msghdr) SetControllen(length int) {
Dsyscall_netbsd_amd64.go27 func (msghdr *Msghdr) SetControllen(length int) {
Dsyscall_netbsd_arm.go27 func (msghdr *Msghdr) SetControllen(length int) {
Dsyscall_openbsd_arm.go27 func (msghdr *Msghdr) SetControllen(length int) {
Dsyscall_openbsd_amd64.go27 func (msghdr *Msghdr) SetControllen(length int) {
Dsyscall_freebsd_arm.go32 func (msghdr *Msghdr) SetControllen(length int) {
Dsyscall_freebsd_386.go32 func (msghdr *Msghdr) SetControllen(length int) {
Dsyscall_freebsd_amd64.go32 func (msghdr *Msghdr) SetControllen(length int) {
Dsyscall_dragonfly_amd64.go32 func (msghdr *Msghdr) SetControllen(length int) {
Dsyscall_linux_ppc64x.go90 func (msghdr *Msghdr) SetControllen(length int) {
Dsyscall_darwin_386.go43 func (msghdr *Msghdr) SetControllen(length int) {
Dsyscall_darwin_arm64.go43 func (msghdr *Msghdr) SetControllen(length int) {
Dsyscall_darwin_amd64.go43 func (msghdr *Msghdr) SetControllen(length int) {
Dsyscall_darwin_arm.go41 func (msghdr *Msghdr) SetControllen(length int) {
Dsyscall_linux_sparc64.go105 func (msghdr *Msghdr) SetControllen(length int) {
Dsyscall_linux_amd64.go147 func (msghdr *Msghdr) SetControllen(length int) {
Dsyscall_linux_arm64.go178 func (msghdr *Msghdr) SetControllen(length int) {
Dsyscall_linux_mipsx.go219 func (msghdr *Msghdr) SetControllen(length int) {
Dtypes_netbsd.go156 type Msghdr C.struct_msghdr type
Dsyscall_linux_mips64x.go199 func (msghdr *Msghdr) SetControllen(length int) {
Dtypes_darwin.go152 type Msghdr C.struct_msghdr type
Dtypes_openbsd.go161 type Msghdr C.struct_msghdr type

1234