gem5 v23.0.0.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Classes | Namespaces | Typedefs | Functions
socket.hh File Reference
#include <sys/socket.h>
#include <sys/types.h>
#include <sys/un.h>
#include <cassert>
#include <functional>
#include <memory>
#include <string>
#include "base/named.hh"

Go to the source code of this file.

Classes

class  gem5::ListenSocket
 
class  gem5::ListenSocketConfig
 
class  gem5::ListenSocketInet
 
class  gem5::ListenSocketUnix
 
class  gem5::ListenSocketUnixFile
 
class  gem5::ListenSocketUnixAbstract
 

Namespaces

namespace  gem5
 Reference material can be found at the JEDEC website: UFS standard http://www.jedec.org/standards-documents/results/jesd220 UFS HCI specification http://www.jedec.org/standards-documents/results/jesd223.
 

Typedefs

using gem5::ListenSocketPtr = std::unique_ptr< ListenSocket >
 

Functions

static std::ostream & gem5::operator<< (std::ostream &os, const ListenSocket &socket)
 
static ListenSocketConfig gem5::listenSocketEmptyConfig ()
 
ListenSocketConfig gem5::listenSocketInetConfig (int port)
 
ListenSocketConfig gem5::listenSocketUnixFileConfig (std::string dir, std::string fname)
 
ListenSocketConfig gem5::listenSocketUnixAbstractConfig (std::string path)
 

Generated on Mon Jul 10 2023 14:24:35 for gem5 by doxygen 1.9.7