Home
last modified time | relevance | path

Searched defs:v6_protection_level (Results 1 – 2 of 2) sorted by relevance

/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/include/libtorrent/
H A Dsocket.hpp114 struct v6_protection_level struct
116 explicit v6_protection_level(int level): m_value(level) {} in v6_protection_level() argument
118 int level(Protocol const&) const { return IPPROTO_IPV6; } in level()
120 int name(Protocol const&) const { return IPV6_PROTECTION_LEVEL; } in name()
122 int const* data(Protocol const&) const { return &m_value; } in data()
124 size_t size(Protocol const&) const { return sizeof(m_value); } in size()
125 int m_value;
/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/include/libtorrent/
H A Dsocket.hpp114 struct v6_protection_level struct
116 explicit v6_protection_level(int level): m_value(level) {} in v6_protection_level() function
118 int level(Protocol const&) const { return IPPROTO_IPV6; } in level()
120 int name(Protocol const&) const { return IPV6_PROTECTION_LEVEL; } in name()
122 int const* data(Protocol const&) const { return &m_value; } in data()
124 size_t size(Protocol const&) const { return sizeof(m_value); } in size()
125 int m_value;