Home | History | Annotate | Download | only in syscall

Lines Matching defs:WSAIoctl

149 	procWSAIoctl                           = modws2_32.NewProc("WSAIoctl")
1413 func WSAIoctl(s Handle, iocc uint32, inbuf *byte, cbif uint32, outbuf *byte, cbob uint32, cbbr *uint32, overlapped *Overlapped, completionRoutine uintptr) (err error) {