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: SOCKET
buf: [*]u8
len: i32
flags: i32
from: ?*sockaddr
fromlen: ?*i32
Source
pub extern "ws2_32" fn recvfrom(
s: SOCKET,
buf: [*]u8,
len: i32,
flags: i32,
from: ?*sockaddr,
fromlen: ?*i32,
) callconv(.winapi) i32