git » go-net » unix-separados » tree

[unix-separados] / unix / zdefs_linux.go

// Created by cgo -godefs - DO NOT EDIT
// cgo -godefs defs_linux.go

package unix

type ucred struct {
	Pid int32
	Uid uint32
	Gid uint32
}

const (
	sysSO_PEERCRED = 0x11
	sysSOL_SOCKET  = 0x1

	sizeofUcred = 0xc
)