Searched refs:Msghdr (Results 1 – 25 of 84) sorted by relevance
1234
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | syscall_linux_s390x.go | 118 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
|
D | syscall_linux_386.go | 310 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) {
|
D | syscall_netbsd_386.go | 27 func (msghdr *Msghdr) SetControllen(length int) {
|
D | syscall_openbsd_386.go | 27 func (msghdr *Msghdr) SetControllen(length int) {
|
D | syscall_netbsd_amd64.go | 27 func (msghdr *Msghdr) SetControllen(length int) {
|
D | syscall_netbsd_arm.go | 27 func (msghdr *Msghdr) SetControllen(length int) {
|
D | syscall_openbsd_arm.go | 27 func (msghdr *Msghdr) SetControllen(length int) {
|
D | syscall_openbsd_amd64.go | 27 func (msghdr *Msghdr) SetControllen(length int) {
|
D | syscall_freebsd_arm.go | 32 func (msghdr *Msghdr) SetControllen(length int) {
|
D | syscall_freebsd_386.go | 32 func (msghdr *Msghdr) SetControllen(length int) {
|
D | syscall_freebsd_amd64.go | 32 func (msghdr *Msghdr) SetControllen(length int) {
|
D | syscall_dragonfly_amd64.go | 32 func (msghdr *Msghdr) SetControllen(length int) {
|
D | syscall_linux_ppc64x.go | 90 func (msghdr *Msghdr) SetControllen(length int) {
|
D | syscall_darwin_386.go | 43 func (msghdr *Msghdr) SetControllen(length int) {
|
D | syscall_darwin_arm64.go | 43 func (msghdr *Msghdr) SetControllen(length int) {
|
D | syscall_darwin_amd64.go | 43 func (msghdr *Msghdr) SetControllen(length int) {
|
D | syscall_darwin_arm.go | 41 func (msghdr *Msghdr) SetControllen(length int) {
|
D | syscall_linux_sparc64.go | 105 func (msghdr *Msghdr) SetControllen(length int) {
|
D | syscall_linux_amd64.go | 147 func (msghdr *Msghdr) SetControllen(length int) {
|
D | syscall_linux_arm64.go | 178 func (msghdr *Msghdr) SetControllen(length int) {
|
D | syscall_linux_mipsx.go | 219 func (msghdr *Msghdr) SetControllen(length int) {
|
D | types_netbsd.go | 156 type Msghdr C.struct_msghdr type
|
D | syscall_linux_mips64x.go | 199 func (msghdr *Msghdr) SetControllen(length int) {
|
D | types_darwin.go | 152 type Msghdr C.struct_msghdr type
|
D | types_openbsd.go | 161 type Msghdr C.struct_msghdr type
|
1234