alternative Standard Libary  0.29.8
enums.hpp-Dateireferenz

gehe zum Quellcode dieser Datei

Namensbereiche

 std
 
 std::net
 

Aufzählungen

enum  std::net::ProcType {
  std::net::ProcType::Unknown = -1, std::net::ProcType::IP = 0, std::net::ProcType::ICMP = 1, std::net::ProcType::IGMP = 2,
  std::net::ProcType::IPv4 = 4, std::net::ProcType::TCP = 6, std::net::ProcType::UDP = 17, std::net::ProcType::IDP = 22,
  std::net::ProcType::IPv6 = 41, std::net::ProcType::IPv6RoutingHeader = 43, std::net::ProcType::IPv6FragmentHeader = 44, std::net::ProcType::IcmpV6 = 58,
  std::net::ProcType::IPv6NoNextHeader = 59, std::net::ProcType::IPv6DestinationOptions = 60, std::net::ProcType::User = 255
}
 
enum  std::net::AddrFamily {
  std::net::AddrFamily::Unknown =-1, std::net::AddrFamily::null = 0, std::net::AddrFamily::Unix = 1, std::net::AddrFamily::Internet = 2,
  std::net::AddrFamily::InternetV6 = 23, std::net::AddrFamily::ArpaNet = 3, std::net::AddrFamily::IrDa = 4
}
 
enum  std::net::SocketTyp {
  std::net::SocketTyp::Stream, std::net::SocketTyp::Dgram, std::net::SocketTyp::Raw, std::net::SocketTyp::Rdm,
  std::net::SocketTyp::Seqpacket, std::net::SocketTyp::Other
}
 
enum  std::net::SocketInformationOptions { std::net::SocketInformationOptions::NonBlocking = 0x1, std::net::SocketInformationOptions::Conected = 0x2, std::net::SocketInformationOptions::Listing = 0x4, std::net::SocketInformationOptions::UseOnlyOverlappedIO = 0x8 }