Home
last modified time | relevance | path

Searched refs:listen_failed_alert (Results 1 – 19 of 19) sorted by relevance

/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/bindings/python/src/
H A Dalert.cpp213 POLY(listen_failed_alert)
617 class_<listen_failed_alert, bases<alert>, noncopyable>( in bind_alert()
623 .def_readonly("port", &listen_failed_alert::port) in bind_alert()
625 .def_readonly("error", &listen_failed_alert::error) in bind_alert()
626 .def_readonly("op", &listen_failed_alert::op) in bind_alert()
628 .def_readonly("operation", &listen_failed_alert::operation) in bind_alert()
629 .def_readonly("sock_type", &listen_failed_alert::sock_type) in bind_alert()
658 .value("tcp", listen_failed_alert::socket_type_t::tcp) in bind_alert()
660 .value("udp", listen_failed_alert::socket_type_t::udp) in bind_alert()
661 .value("i2p", listen_failed_alert::socket_type_t::i2p) in bind_alert()
[all …]
/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/bindings/python/src/
H A Dalert.cpp215 POLY(listen_failed_alert)
619 class_<listen_failed_alert, bases<alert>, noncopyable>( in bind_alert()
625 .def_readonly("port", &listen_failed_alert::port) in bind_alert()
627 .def_readonly("error", &listen_failed_alert::error) in bind_alert()
628 .def_readonly("op", &listen_failed_alert::op) in bind_alert()
630 .def_readonly("operation", &listen_failed_alert::operation) in bind_alert()
631 .def_readonly("sock_type", &listen_failed_alert::sock_type) in bind_alert()
660 .value("tcp", listen_failed_alert::socket_type_t::tcp) in bind_alert()
662 .value("udp", listen_failed_alert::socket_type_t::udp) in bind_alert()
663 .value("i2p", listen_failed_alert::socket_type_t::i2p) in bind_alert()
[all …]
/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/src/
H A Dalert.cpp1002 using lfo = listen_failed_alert::op_t; in to_op_t()
1073 listen_failed_alert::listen_failed_alert( in listen_failed_alert() function in libtorrent::listen_failed_alert
1095 listen_failed_alert::listen_failed_alert( in listen_failed_alert() function in libtorrent::listen_failed_alert
1102 : listen_failed_alert(alloc in listen_failed_alert()
1111 listen_failed_alert::listen_failed_alert( in listen_failed_alert() function in libtorrent::listen_failed_alert
1118 : listen_failed_alert(alloc in listen_failed_alert()
1127 listen_failed_alert::listen_failed_alert( in listen_failed_alert() function in libtorrent::listen_failed_alert
1133 : listen_failed_alert(alloc in listen_failed_alert()
1142 char const* listen_failed_alert::listen_interface() const in listen_interface()
1147 std::string listen_failed_alert::message() const in message()
[all …]
H A Dsession_impl.cpp1496 if (m_alerts.should_post<listen_failed_alert>()) in setup_listener()
1621 if (m_alerts.should_post<listen_failed_alert>()) in setup_listener()
1640 if (m_alerts.should_post<listen_failed_alert>()) in setup_listener()
1665 if (m_alerts.should_post<listen_failed_alert>()) in setup_listener()
1693 if (m_alerts.should_post<listen_failed_alert>()) in setup_listener()
1757 if (m_alerts.should_post<listen_failed_alert>()) in setup_listener()
1919 m_alerts.emplace_alert<listen_failed_alert>("" in reopen_listen_sockets()
1925 m_alerts.emplace_alert<listen_failed_alert>("" in reopen_listen_sockets()
1939 if (m_alerts.should_post<listen_failed_alert>()) in reopen_listen_sockets()
2287 if (m_alerts.should_post<listen_failed_alert>()) in on_i2p_accept()
[all …]
/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/src/
H A Dalert.cpp1002 using lfo = listen_failed_alert::op_t; in to_op_t()
1073 listen_failed_alert::listen_failed_alert( in listen_failed_alert() function in libtorrent::listen_failed_alert
1095 listen_failed_alert::listen_failed_alert( in listen_failed_alert() function in libtorrent::listen_failed_alert
1102 : listen_failed_alert(alloc in listen_failed_alert()
1111 listen_failed_alert::listen_failed_alert( in listen_failed_alert() function in libtorrent::listen_failed_alert
1118 : listen_failed_alert(alloc in listen_failed_alert()
1127 listen_failed_alert::listen_failed_alert( in listen_failed_alert() function in libtorrent::listen_failed_alert
1133 : listen_failed_alert(alloc in listen_failed_alert()
1142 char const* listen_failed_alert::listen_interface() const in listen_interface()
1147 std::string listen_failed_alert::message() const in message()
[all …]
H A Dsession_impl.cpp1496 if (m_alerts.should_post<listen_failed_alert>()) in setup_listener()
1621 if (m_alerts.should_post<listen_failed_alert>()) in setup_listener()
1640 if (m_alerts.should_post<listen_failed_alert>()) in setup_listener()
1665 if (m_alerts.should_post<listen_failed_alert>()) in setup_listener()
1693 if (m_alerts.should_post<listen_failed_alert>()) in setup_listener()
1757 if (m_alerts.should_post<listen_failed_alert>()) in setup_listener()
1919 m_alerts.emplace_alert<listen_failed_alert>("" in reopen_listen_sockets()
1925 m_alerts.emplace_alert<listen_failed_alert>("" in reopen_listen_sockets()
1939 if (m_alerts.should_post<listen_failed_alert>()) in reopen_listen_sockets()
2287 if (m_alerts.should_post<listen_failed_alert>()) in on_i2p_accept()
[all …]
/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/include/libtorrent/
H A Dfwd.hpp98 struct listen_failed_alert;
H A Dalert_types.hpp1438 struct TORRENT_EXPORT listen_failed_alert final : alert struct
1453 listen_failed_alert(aux::stack_allocator& alloc, string_view iface
1457 listen_failed_alert(aux::stack_allocator& alloc, string_view iface
1461 listen_failed_alert(aux::stack_allocator& alloc, string_view iface
1465 listen_failed_alert(aux::stack_allocator& alloc, string_view iface
1468 TORRENT_DEFINE_ALERT_PRIO(listen_failed_alert, 48, alert_priority_critical)
/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/include/libtorrent/
H A Dfwd.hpp98 struct listen_failed_alert;
H A Dalert_types.hpp1438 struct TORRENT_EXPORT listen_failed_alert final : alert struct
1453 listen_failed_alert(aux::stack_allocator& alloc, string_view iface
1457 listen_failed_alert(aux::stack_allocator& alloc, string_view iface
1461 listen_failed_alert(aux::stack_allocator& alloc, string_view iface
1465 listen_failed_alert(aux::stack_allocator& alloc, string_view iface
1468 TORRENT_DEFINE_ALERT_PRIO(listen_failed_alert, 48, alert_priority_critical)
/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/test/
H A Dtest_alert_types.cpp121 TEST_ALERT_TYPE(listen_failed_alert, 48, 2, alert_category::status | alert_category::error); in TORRENT_TEST()
H A Dsetup_transfer.cpp401 { return alert_cast<listen_failed_alert>(al) || alert_cast<listen_succeeded_alert>(al); } in wait_for_listen()
/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/test/
H A Dtest_alert_types.cpp121 TEST_ALERT_TYPE(listen_failed_alert, 48, 2, alert_category::status | alert_category::error); in TORRENT_TEST()
H A Dsetup_transfer.cpp401 { return alert_cast<listen_failed_alert>(al) || alert_cast<listen_succeeded_alert>(al); } in wait_for_listen()
/dports/net-p2p/qbittorrent/qbittorrent-4.3.9/src/base/bittorrent/
H A Dsession.h621 void handleListenFailedAlert(const lt::listen_failed_alert *p);
H A Dsession.cpp4543 case lt::listen_failed_alert::alert_type: in handleAlert()
4544 handleListenFailedAlert(static_cast<const lt::listen_failed_alert*>(a)); in handleAlert()
4857 void Session::handleListenFailedAlert(const lt::listen_failed_alert *p) in handleListenFailedAlert()
/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/docs/
H A Dsettings.rst136 if binding fails, the listen_failed_alert is posted. Once a
/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/
H A DChangeLog140 * promote errors in parsing listen_interfaces to post listen_failed_alert
/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/
H A DChangeLog152 * promote errors in parsing listen_interfaces to post listen_failed_alert