|
libcosmos
Linux C++ System Programming Library
|
#include <cstring>#include <vector>#include <cosmos/dso_export.h>#include <cosmos/net/message_header.hxx>#include <cosmos/net/SocketError.hxx>Go to the source code of this file.
Classes | |
| class | cosmos::SocketErrorMessage< FAMILY > |
| Wrapper for the IPMessage::RECVERR ancillary message. More... | |
Typedefs | |
| using | cosmos::IP4SocketErrorMessage = SocketErrorMessage<SocketFamily::INET> |
| using | cosmos::IP6SocketErrorMessage = SocketErrorMessage<SocketFamily::INET6> |
The types in this header support serialization and deserialization of ancillary messages used with SocketFamily::INET{,6}.
Definition in file ip_aux.hxx.
| using cosmos::IP4SocketErrorMessage = SocketErrorMessage<SocketFamily::INET> |
Definition at line 52 of file ip_aux.hxx.
| using cosmos::IP6SocketErrorMessage = SocketErrorMessage<SocketFamily::INET6> |
Definition at line 53 of file ip_aux.hxx.