libcosmos
Linux C++ System Programming Library
Loading...
Searching...
No Matches
cosmos::IP4Options Member List

This is the complete list of members for cosmos::IP4Options, including all inherited members.

getBoolOption(const OptName name) constcosmos::SockOptBase< LEVEL >protected
getIntOption(const OptName name) constcosmos::SockOptBase< LEVEL >protected
getLocalPortRange() constcosmos::IP4Options
getMTU() constcosmos::IP4Optionsinline
getMTUDiscoveryMode() constcosmos::IP4Optionsinline
getPeerSec() constcosmos::IP4Options
getStringOption(const OptName name, size_t max_len) constcosmos::SockOptBase< LEVEL >protected
getTimeToLive() constcosmos::IP4Optionsinline
getTypeOfService() constcosmos::IP4Options
IPSocketT< SocketFamily::INET > (defined in cosmos::IP4Options)cosmos::IP4Optionsfriend
M_LEVELcosmos::SockOptBase< LEVEL >protectedstatic
m_sockcosmos::SockOptBase< LEVEL >protected
MTUDiscoveryMode enum namecosmos::IPOptBase< OptLevel::IP >
operator=(const SockOptBase &)=delete (defined in cosmos::SockOptBase< LEVEL >)cosmos::SockOptBase< LEVEL >protected
resetLocalPortRange() (defined in cosmos::IP4Options)cosmos::IP4Optionsinline
setBindAddressNoPort(const bool on_off)cosmos::IP4Optionsinline
setBoolOption(const OptName name, const bool val)cosmos::SockOptBase< LEVEL >protected
setFreeBind(const bool on_off)cosmos::IP4Optionsinline
setHeaderIncluded(const bool on_off)cosmos::IP4Optionsinline
setIntOption(const OptName name, const int val)cosmos::SockOptBase< LEVEL >protected
setLocalPortRange(const uint16_t lower_bound, const uint16_t upper_bound)cosmos::IP4Options
setMTUDiscoveryMode(const MTUDiscoveryMode mode)cosmos::IP4Optionsinline
setNoDefrag(const bool on_off)cosmos::IP4Optionsinline
setPacketInfo(const bool on_off)cosmos::IP4Optionsinline
setPassSecurity(const bool on_off)cosmos::IP4Optionsinline
setReceiveErrors(const bool on_off)cosmos::IP4Optionsinline
setReceiveOptions(const bool on_off)cosmos::IP4Optionsinline
setReceiveOrigDestAddr(const bool on_off)cosmos::IP4Optionsinline
setReceiveRawOptions(const bool on_off)cosmos::IP4Optionsinline
setReceiveTOS(const bool on_off)cosmos::IP4Optionsinline
setReceiveTTL(const bool on_off)cosmos::IP4Optionsinline
setRouterAlert(const bool on_off)cosmos::IP4Optionsinline
setStringOption(const OptName name, const SysString str)cosmos::SockOptBase< LEVEL >protected
setTimeToLive(const int ttl)cosmos::IP4Optionsinline
setTransparentProxying(const bool on_off)cosmos::IP4Optionsinline
setTypeOfService(const ToS tos)cosmos::IP4Options
SockOptBase(FileDescriptor fd)cosmos::SockOptBase< LEVEL >inlineexplicitprotected
SockOptBase(const SockOptBase &)=delete (defined in cosmos::SockOptBase< LEVEL >)cosmos::SockOptBase< LEVEL >protected
ToS enum namecosmos::IP4Options