Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for IoctlKCMUnattach (0.13 sec)

  1. src/cmd/vendor/golang.org/x/sys/unix/ioctl_linux.go

    // descriptor to a multiplexor.
    func IoctlKCMAttach(fd int, info KCMAttach) error {
    	return ioctlPtr(fd, SIOCKCMATTACH, unsafe.Pointer(&info))
    }
    
    // IoctlKCMUnattach unattaches a TCP socket file descriptor from a multiplexor.
    func IoctlKCMUnattach(fd int, info KCMUnattach) error {
    	return ioctlPtr(fd, SIOCKCMUNATTACH, unsafe.Pointer(&info))
    }
    
    // IoctlLoopGetStatus64 gets the status of the loop device associated with the
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 29 21:28:33 UTC 2023
    - 8.1K bytes
    - Viewed (0)
Back to top