Home
last modified time | relevance | path

Searched refs:SizeofCmsghdr (Results 1 – 25 of 34) sorted by relevance

12

/external/syzkaller/vendor/golang.org/x/sys/unix/
Dsockcmsg_unix.go28 return cmsgAlignOf(SizeofCmsghdr) + datalen
34 return cmsgAlignOf(SizeofCmsghdr) + cmsgAlignOf(datalen)
38 return unsafe.Pointer(uintptr(unsafe.Pointer(h)) + uintptr(cmsgAlignOf(SizeofCmsghdr)))
66 if h.Len < SizeofCmsghdr || uint64(h.Len) > uint64(len(b)) {
69 return h, b[cmsgAlignOf(SizeofCmsghdr):h.Len], nil
Dtypes_netbsd.go176 SizeofCmsghdr = C.sizeof_struct_cmsghdr const
Dtypes_darwin.go174 SizeofCmsghdr = C.sizeof_struct_cmsghdr const
Dtypes_openbsd.go181 SizeofCmsghdr = C.sizeof_struct_cmsghdr const
Dztypes_solaris_amd64.go255 SizeofCmsghdr = 0xc const
Dtypes_dragonfly.go180 SizeofCmsghdr = C.sizeof_struct_cmsghdr const
Dztypes_netbsd_386.go222 SizeofCmsghdr = 0xc const
Dtypes_solaris.go194 SizeofCmsghdr = C.sizeof_struct_cmsghdr const
Dztypes_netbsd_amd64.go228 SizeofCmsghdr = 0xc const
Dztypes_darwin_arm.go262 SizeofCmsghdr = 0xc const
Dztypes_openbsd_amd64.go258 SizeofCmsghdr = 0xc const
Dztypes_openbsd_arm.go254 SizeofCmsghdr = 0xc const
Dztypes_netbsd_arm.go227 SizeofCmsghdr = 0xc const
Dztypes_darwin_amd64.go269 SizeofCmsghdr = 0xc const
Dztypes_darwin_386.go261 SizeofCmsghdr = 0xc const
Dztypes_dragonfly_amd64.go261 SizeofCmsghdr = 0xc const
Dztypes_darwin_arm64.go269 SizeofCmsghdr = 0xc const
Dtypes_freebsd.go283 SizeofCmsghdr = C.sizeof_struct_cmsghdr const
Dztypes_openbsd_386.go254 SizeofCmsghdr = 0xc const
Dztypes_freebsd_arm.go272 SizeofCmsghdr = 0xc const
Dztypes_freebsd_amd64.go272 SizeofCmsghdr = 0xc const
Dztypes_freebsd_386.go270 SizeofCmsghdr = 0xc const
Dztypes_linux_sparc64.go369 SizeofCmsghdr = 0x10 const
Dztypes_linux_s390x.go418 SizeofCmsghdr = 0x10 const
Dztypes_linux_386.go414 SizeofCmsghdr = 0xc const

12