Home
last modified time | relevance | path

Searched refs:Cmsghdr (Results 1 – 25 of 59) sorted by relevance

123

/external/syzkaller/vendor/golang.org/x/sys/unix/
Dsockcmsg_unix.go37 func cmsgData(h *Cmsghdr) unsafe.Pointer { argument
43 Header Cmsghdr
64 func socketControlMessageHeaderAndData(b []byte) (*Cmsghdr, []byte, error) {
65 h := (*Cmsghdr)(unsafe.Pointer(&b[0]))
77 h := (*Cmsghdr)(unsafe.Pointer(&b[0]))
Dsyscall_solaris_amd64.go21 func (cmsg *Cmsghdr) SetLen(length int) {
Dsockcmsg_linux.go16 h := (*Cmsghdr)(unsafe.Pointer(&b[0]))
Dsyscall_netbsd_386.go31 func (cmsg *Cmsghdr) SetLen(length int) {
Dsyscall_openbsd_386.go31 func (cmsg *Cmsghdr) SetLen(length int) {
Dsyscall_netbsd_amd64.go31 func (cmsg *Cmsghdr) SetLen(length int) {
Dsyscall_netbsd_arm.go31 func (cmsg *Cmsghdr) SetLen(length int) {
Dsyscall_openbsd_arm.go31 func (cmsg *Cmsghdr) SetLen(length int) {
Dsyscall_openbsd_amd64.go31 func (cmsg *Cmsghdr) SetLen(length int) {
Dsyscall_freebsd_arm.go36 func (cmsg *Cmsghdr) SetLen(length int) {
Dsyscall_freebsd_386.go36 func (cmsg *Cmsghdr) SetLen(length int) {
Dsyscall_freebsd_amd64.go36 func (cmsg *Cmsghdr) SetLen(length int) {
Dsyscall_dragonfly_amd64.go36 func (cmsg *Cmsghdr) SetLen(length int) {
Dsyscall_linux_ppc64x.go94 func (cmsg *Cmsghdr) SetLen(length int) {
Dsyscall_darwin_386.go47 func (cmsg *Cmsghdr) SetLen(length int) {
Dsyscall_darwin_arm64.go47 func (cmsg *Cmsghdr) SetLen(length int) {
Dsyscall_darwin_amd64.go47 func (cmsg *Cmsghdr) SetLen(length int) {
Dsyscall_darwin_arm.go45 func (cmsg *Cmsghdr) SetLen(length int) {
Dsyscall_linux_sparc64.go109 func (cmsg *Cmsghdr) SetLen(length int) {
Dsyscall_linux_amd64.go151 func (cmsg *Cmsghdr) SetLen(length int) {
Dsyscall_linux_arm64.go182 func (cmsg *Cmsghdr) SetLen(length int) {
Dsyscall_linux_mipsx.go223 func (cmsg *Cmsghdr) SetLen(length int) {
Dtypes_netbsd.go158 type Cmsghdr C.struct_cmsghdr type
Dsyscall_linux_mips64x.go203 func (cmsg *Cmsghdr) SetLen(length int) {
Dtypes_darwin.go154 type Cmsghdr C.struct_cmsghdr type

123