Function recvfrom [src]

Prototype

pub extern "ws2_32" fn recvfrom( s: SOCKET, buf: [*]u8, len: i32, flags: i32, from: ?*sockaddr, fromlen: ?*i32, ) callconv(.winapi) i32

Parameters

s: SOCKETbuf: [*]u8len: i32flags: i32from: ?*sockaddrfromlen: ?*i32

Source

pub extern "ws2_32" fn recvfrom( s: SOCKET, buf: [*]u8, len: i32, flags: i32, from: ?*sockaddr, fromlen: ?*i32, ) callconv(.winapi) i32