Home
last modified time | relevance | path

Searched defs:Msghdr (Results 1 – 25 of 60) sorted by relevance

123

/external/syzkaller/vendor/golang.org/x/sys/unix/
Dztypes_netbsd_amd64.go186 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
Dztypes_solaris_amd64.go213 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
Dztypes_openbsd_amd64.go216 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
Dztypes_darwin_amd64.go221 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
Dztypes_dragonfly_amd64.go219 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
Dztypes_darwin_arm64.go221 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
Dztypes_freebsd_amd64.go229 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
Dztypes_netbsd_arm.go187 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
Dztypes_netbsd_386.go182 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
Dsyscall_linux_s390x.go281 func recvmsg(s int, msg *Msghdr, flags int) (int, error) {
290 func sendmsg(s int, msg *Msghdr, flags int) (int, error) {
Dztypes_darwin_arm.go216 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
Dztypes_openbsd_arm.go214 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
Dztypes_openbsd_386.go214 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
Dztypes_darwin_386.go215 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
Dztypes_linux_sparc64.go275 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
Dsyscall_linux_386.go310 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) {
Dztypes_freebsd_arm.go231 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
Dztypes_freebsd_386.go229 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
Dtypes_netbsd.go156 type Msghdr C.struct_msghdr type
Dtypes_darwin.go152 type Msghdr C.struct_msghdr type
Dtypes_openbsd.go161 type Msghdr C.struct_msghdr type
Dtypes_dragonfly.go160 type Msghdr C.struct_msghdr type
Dtypes_solaris.go174 type Msghdr C.struct_msghdr type
Dtypes_freebsd.go262 type Msghdr C.struct_msghdr type
Dzsyscall_netbsd_arm.go184 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) {

123