Function libc::accept[][src]

pub unsafe extern "system" fn accept(
    s: SOCKET,
    addr: *mut sockaddr,
    addrlen: *mut c_int
) -> SOCKET