syscall.Cmsghdr.SetLen (method)

3 uses

	syscall (current package)
		sockcmsg_linux.go#L19: 	h.SetLen(CmsgLen(SizeofUcred))
		sockcmsg_unix.go#L70: 	h.SetLen(CmsgLen(datalen))
		syscall_linux_amd64.go#L131: func (cmsg *Cmsghdr) SetLen(length int) {