/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | ztypes_netbsd_amd64.go | 186 type Msghdr struct { struct 187 Name *byte 188 Namelen uint32 189 Pad_cgo_0 [4]byte 190 Iov *Iovec 191 Iovlen int32 192 Pad_cgo_1 [4]byte 193 Control *byte 194 Controllen uint32 195 Flags int32
|
D | ztypes_solaris_amd64.go | 213 type Msghdr struct { struct 214 Name *byte 215 Namelen uint32 216 _ [4]byte 217 Iov *Iovec 218 Iovlen int32 219 _ [4]byte 220 Accrights *int8 221 Accrightslen int32 222 _ [4]byte
|
D | ztypes_openbsd_amd64.go | 216 type Msghdr struct { struct 217 Name *byte 218 Namelen uint32 219 _ [4]byte 220 Iov *Iovec 221 Iovlen uint32 222 _ [4]byte 223 Control *byte 224 Controllen uint32 225 Flags int32
|
D | ztypes_darwin_amd64.go | 221 type Msghdr struct { struct 222 Name *byte 223 Namelen uint32 224 _ [4]byte 225 Iov *Iovec 226 Iovlen int32 227 _ [4]byte 228 Control *byte 229 Controllen uint32 230 Flags int32
|
D | ztypes_dragonfly_amd64.go | 219 type Msghdr struct { struct 220 Name *byte 221 Namelen uint32 222 _ [4]byte 223 Iov *Iovec 224 Iovlen int32 225 _ [4]byte 226 Control *byte 227 Controllen uint32 228 Flags int32
|
D | ztypes_darwin_arm64.go | 221 type Msghdr struct { struct 222 Name *byte 223 Namelen uint32 224 _ [4]byte 225 Iov *Iovec 226 Iovlen int32 227 _ [4]byte 228 Control *byte 229 Controllen uint32 230 Flags int32
|
D | ztypes_freebsd_amd64.go | 229 type Msghdr struct { struct 230 Name *byte 231 Namelen uint32 232 Pad_cgo_0 [4]byte 233 Iov *Iovec 234 Iovlen int32 235 Pad_cgo_1 [4]byte 236 Control *byte 237 Controllen uint32 238 Flags int32
|
D | ztypes_netbsd_arm.go | 187 type Msghdr struct { struct 188 Name *byte 189 Namelen uint32 190 Iov *Iovec 191 Iovlen int32 192 Control *byte 193 Controllen uint32 194 Flags int32
|
D | ztypes_netbsd_386.go | 182 type Msghdr struct { struct 183 Name *byte 184 Namelen uint32 185 Iov *Iovec 186 Iovlen int32 187 Control *byte 188 Controllen uint32 189 Flags int32
|
D | syscall_linux_s390x.go | 281 func recvmsg(s int, msg *Msghdr, flags int) (int, error) { 290 func sendmsg(s int, msg *Msghdr, flags int) (int, error) {
|
D | ztypes_darwin_arm.go | 216 type Msghdr struct { struct 217 Name *byte 218 Namelen uint32 219 Iov *Iovec 220 Iovlen int32 221 Control *byte 222 Controllen uint32 223 Flags int32
|
D | ztypes_openbsd_arm.go | 214 type Msghdr struct { struct 215 Name *byte 216 Namelen uint32 217 Iov *Iovec 218 Iovlen uint32 219 Control *byte 220 Controllen uint32 221 Flags int32
|
D | ztypes_openbsd_386.go | 214 type Msghdr struct { struct 215 Name *byte 216 Namelen uint32 217 Iov *Iovec 218 Iovlen uint32 219 Control *byte 220 Controllen uint32 221 Flags int32
|
D | ztypes_darwin_386.go | 215 type Msghdr struct { struct 216 Name *byte 217 Namelen uint32 218 Iov *Iovec 219 Iovlen int32 220 Control *byte 221 Controllen uint32 222 Flags int32
|
D | ztypes_linux_sparc64.go | 275 type Msghdr struct { struct 276 Name *byte 277 Namelen uint32 278 Pad_cgo_0 [4]byte 279 Iov *Iovec 280 Iovlen uint64 281 Control *byte 282 Controllen uint64 283 Flags int32 284 Pad_cgo_1 [4]byte
|
D | syscall_linux_386.go | 310 func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) { 318 func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) {
|
D | ztypes_freebsd_arm.go | 231 type Msghdr struct { struct 232 Name *byte 233 Namelen uint32 234 Iov *Iovec 235 Iovlen int32 236 Control *byte 237 Controllen uint32 238 Flags int32
|
D | ztypes_freebsd_386.go | 229 type Msghdr struct { struct 230 Name *byte 231 Namelen uint32 232 Iov *Iovec 233 Iovlen int32 234 Control *byte 235 Controllen uint32 236 Flags int32
|
D | types_netbsd.go | 156 type Msghdr C.struct_msghdr type
|
D | types_darwin.go | 152 type Msghdr C.struct_msghdr type
|
D | types_openbsd.go | 161 type Msghdr C.struct_msghdr type
|
D | types_dragonfly.go | 160 type Msghdr C.struct_msghdr type
|
D | types_solaris.go | 174 type Msghdr C.struct_msghdr type
|
D | types_freebsd.go | 262 type Msghdr C.struct_msghdr type
|
D | zsyscall_netbsd_arm.go | 184 func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) { 195 func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) {
|