Function sendto [src]

Prototype

pub extern "ws2_32" fn sendto( s: SOCKET, buf: [*]const u8, len: i32, flags: i32, to: *const sockaddr, tolen: i32, ) callconv(.winapi) i32

Parameters

s: SOCKETbuf: [*]const u8len: i32flags: i32to: *const sockaddrtolen: i32

Source

pub extern "ws2_32" fn sendto( s: SOCKET, buf: [*]const u8, len: i32, flags: i32, to: *const sockaddr, tolen: i32, ) callconv(.winapi) i32