Home
last modified time | relevance | path

Searched refs:portmap_log_alert (Results 1 – 12 of 12) sorted by relevance

/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/include/libtorrent/
H A Dfwd.hpp102 struct portmap_log_alert;
H A Dalert_types.hpp1660 struct TORRENT_EXPORT portmap_log_alert final : alert struct
1663 portmap_log_alert(aux::stack_allocator& alloc, portmap_transport t, const char* m);
1665 TORRENT_DEFINE_ALERT(portmap_log_alert, 52)
/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/include/libtorrent/
H A Dfwd.hpp102 struct portmap_log_alert;
H A Dalert_types.hpp1660 struct TORRENT_EXPORT portmap_log_alert final : alert struct
1663 portmap_log_alert(aux::stack_allocator& alloc, portmap_transport t, const char* m);
1665 TORRENT_DEFINE_ALERT(portmap_log_alert, 52)
/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/bindings/python/src/
H A Dalert.cpp276 POLY(portmap_log_alert)
701 class_<portmap_log_alert, bases<alert>, noncopyable>("portmap_log_alert", no_init) in bind_alert()
702 .def_readonly("map_transport", &portmap_log_alert::map_transport) in bind_alert()
704 .def_readonly("type", &portmap_log_alert::map_type) in bind_alert()
705 .def_readonly("msg", &portmap_log_alert::msg) in bind_alert()
706 .def_readonly("map_type", &portmap_log_alert::map_type) in bind_alert()
/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/bindings/python/src/
H A Dalert.cpp278 POLY(portmap_log_alert)
703 class_<portmap_log_alert, bases<alert>, noncopyable>("portmap_log_alert", no_init) in bind_alert()
704 .def_readonly("map_transport", &portmap_log_alert::map_transport) in bind_alert()
706 .def_readonly("type", &portmap_log_alert::map_type) in bind_alert()
707 .def_readonly("msg", &portmap_log_alert::msg) in bind_alert()
708 .def_readonly("map_type", &portmap_log_alert::map_type) in bind_alert()
/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/src/
H A Dalert.cpp1321 portmap_log_alert::portmap_log_alert(aux::stack_allocator& alloc in portmap_log_alert() function in libtorrent::portmap_log_alert
1332 char const* portmap_log_alert::log_message() const in log_message()
1337 std::string portmap_log_alert::message() const in message()
3070 constexpr alert_category_t portmap_log_alert::static_category;
H A Dsession_impl.cpp7036 return m_alerts.should_post<portmap_log_alert>(); in should_log_portmap()
7041 if (m_alerts.should_post<portmap_log_alert>()) in log_portmap()
7042 m_alerts.emplace_alert<portmap_log_alert>(transport, msg); in log_portmap()
/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/src/
H A Dalert.cpp1321 portmap_log_alert::portmap_log_alert(aux::stack_allocator& alloc in portmap_log_alert() function in libtorrent::portmap_log_alert
1332 char const* portmap_log_alert::log_message() const in log_message()
1337 std::string portmap_log_alert::message() const in message()
3070 constexpr alert_category_t portmap_log_alert::static_category;
H A Dsession_impl.cpp7032 return m_alerts.should_post<portmap_log_alert>(); in should_log_portmap()
7037 if (m_alerts.should_post<portmap_log_alert>()) in log_portmap()
7038 m_alerts.emplace_alert<portmap_log_alert>(transport, msg); in log_portmap()
/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/test/
H A Dtest_alert_types.cpp125 TEST_ALERT_TYPE(portmap_log_alert, 52, 0, alert_category::port_mapping_log); in TORRENT_TEST()
/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/test/
H A Dtest_alert_types.cpp125 TEST_ALERT_TYPE(portmap_log_alert, 52, 0, alert_category::port_mapping_log); in TORRENT_TEST()