Home
last modified time | relevance | path

Searched refs:getSockets (Results 1 – 25 of 60) sorted by relevance

123

/dports/net/kea/kea-2.0.1/src/lib/dhcp/tests/
H A Diface_mgr_unittest.cc169 const Iface::SocketCollection& sockets = iface.getSockets(); in openSocket()
383 ASSERT_TRUE(iface.getSockets().empty()) in checkSocketsCount6()
393 + link_local_num, iface.getSockets().size()) in checkSocketsCount6()
408 Iface::SocketCollection sockets = iface.getSockets(); in getOpenSocketsCount()
1296 Iface::SocketCollection sockets = iface_ptr->getSockets(); in TEST_F()
1331 sockets = iface_ptr->getSockets(); in TEST_F()
1814 EXPECT_TRUE(ifacemgr.getIface("lo")->getSockets().empty()); in TEST_F()
1846 EXPECT_EQ(1, ifacemgr.getIface("lo")->getSockets().size()); in TEST_F()
1925 EXPECT_TRUE(ifacemgr.getIface("lo")->getSockets().empty()); in TEST_F()
2015 ASSERT_TRUE(ifacemgr.getIface("lo")->getSockets().empty()); in TEST_F()
[all …]
H A Diface_mgr_test_config.cc165 BOOST_FOREACH(SocketInfo sock, iface->getSockets()) { in socketOpen()
181 BOOST_FOREACH(SocketInfo sock, iface->getSockets()) { in socketOpen()
197 BOOST_FOREACH(SocketInfo sock, iface->getSockets()) { in unicastOpen()
H A Dpkt_filter6_test_utils.cc184 BOOST_FOREACH(SocketInfo socket, iface.getSockets()) { in openSocket()
/dports/net/wangle/wangle-2021.12.27.00/wangle/bootstrap/test/
H A DBootstrapTest.cpp114 server.getSockets()[0]->getAddress(&address); in TEST()
139 server.getSockets()[0]->getAddress(&address); in TEST()
168 server.getSockets()[0]->getAddress(&address); in TEST()
211 server.getSockets()[0]->getAddress(&address); in TEST()
251 server.getSockets()[0]->getAddress(&address); in TEST()
326 server.getSockets()[0]->getAddress(&address); in TEST()
370 server.getSockets()[0]->getAddress(&address); in TEST()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/netschedule/utils/
H A Dpid_watch.py35 def getSockets( pid ): function
91 sockets = getSockets( pid )
/dports/net/kea/kea-2.0.1/src/lib/dhcp/
H A Diface_mgr.cc433 for (SocketInfo sock : iface->getSockets()) { in hasOpenSocket()
453 for (SocketInfo sock : iface->getSockets()) { in hasOpenSocket()
912 for (SocketInfo sock : iface->getSockets()) { in collectBoundAddresses()
1272 for (SocketInfo s : iface->getSockets()) { in receive4Direct()
1359 for (SocketInfo s : iface->getSockets()) { in receive4Direct()
1419 for (SocketInfo s : iface->getSockets()) { in receive6Direct()
1505 for (SocketInfo s : iface->getSockets()) { in receive6Direct()
1658 for (SocketInfo s : iface->getSockets()) { in receiveDHCP4Packets()
1706 for (SocketInfo s : iface->getSockets()) { in receiveDHCP4Packets()
1732 for (SocketInfo s : iface->getSockets()) { in receiveDHCP6Packets()
[all …]
/dports/www/proxygen/proxygen-2021.12.27.00/proxygen/httpserver/
H A DHTTPServer.cpp236 const std::vector<const folly::AsyncSocketBase*> HTTPServer::getSockets() in getSockets() function in proxygen::HTTPServer
241 auto& bootstrapSockets = bootstrap_[i].getSockets(); in getSockets()
255 auto& bootstrapSockets = bootstrap_[0].getSockets(); in getListenSocket()
H A DHTTPServer.h161 const std::vector<const folly::AsyncSocketBase*> getSockets() const;
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/cpp2/server/
H A DThriftServer.cpp309 for (const auto& socket : getSockets()) { in getListenSockets()
489 ServerBootstrap::getSockets()[0]->getAddress(&addresses_.at(0)); in setup()
494 for (auto& socket : getSockets()) { in setup()
693 for (auto& socket : getSockets()) { in getNumDroppedConnections()
734 auto sockets = getSockets(); in stopListening()
798 auto sockets = getSockets(); in stopAcceptingAndJoinOutstandingRequests()
/dports/java/berkeley-db/je-6.2.31/src/com/sleepycat/je/rep/utilint/
H A DHostPortPair.java54 public static Set<InetSocketAddress> getSockets(String hostPortPairs) { in getSockets() method in HostPortPair
/dports/net/tigervnc-server/tigervnc-1.12.0/common/network/
H A DSocket.h134 virtual void getSockets(std::list<network::Socket*>* sockets) = 0;
/dports/net/tigervnc-viewer/tigervnc-1.12.0/common/network/
H A DSocket.h134 virtual void getSockets(std::list<network::Socket*>* sockets) = 0;
/dports/net/jgroups/jgroups-2.12.0/src/org/jgroups/util/
H A DSocketFactory.java54 Map<Object,String> getSockets(); in getSockets() method
H A DDefaultSocketFactory.java95 public Map<Object, String> getSockets() { in getSockets() method in DefaultSocketFactory
/dports/net/tigervnc-server/tigervnc-1.12.0/unix/x0vncserver/
H A Dx0vncserver.cxx348 server.getSockets(&sockets); in main()
411 server.getSockets(&sockets); in main()
/dports/net/tigervnc-viewer/tigervnc-1.12.0/unix/x0vncserver/
H A Dx0vncserver.cxx348 server.getSockets(&sockets); in main()
411 server.getSockets(&sockets); in main()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/extensions/common/api/
H A Dsockets_tcp_server.idl20 // with <code>getSockets</code>.
86 // Callback from the <code>getSockets</code> method.
179 static void getSockets(GetSocketsCallback callback);
/dports/www/chromium-legacy/chromium-88.0.4324.182/extensions/common/api/
H A Dsockets_tcp_server.idl20 // with <code>getSockets</code>.
86 // Callback from the <code>getSockets</code> method.
179 static void getSockets(GetSocketsCallback callback);
/dports/net/wangle/wangle-2021.12.27.00/wangle/channel/broadcast/test/
H A DObservingClientPipelineTest.cpp117 server.getSockets()[0]->getAddress(&address); in TEST()
/dports/net/wangle/wangle-2021.12.27.00/wangle/service/test/
H A DServiceTest.cpp128 server.getSockets()[0]->getAddress(&addr); in TEST()
234 server.getSockets()[0]->getAddress(&addr); in TEST()
/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/hw/vnc/
H A DXserverDesktop.cc337 sockserv->getSockets(&sockets); in handleSocketEvent()
366 server->getSockets(&sockets); in blockHandler()
/dports/net/tigervnc-viewer/tigervnc-1.12.0/unix/xserver/hw/vnc/
H A DXserverDesktop.cc337 sockserv->getSockets(&sockets); in handleSocketEvent()
366 server->getSockets(&sockets); in blockHandler()
/dports/net/kea/kea-2.0.1/src/bin/perfdhcp/
H A Dperf_socket.cc138 for (SocketInfo s : iface->getSockets()) { in initSocketData()
/dports/net/tigervnc-server/tigervnc-1.12.0/common/rfb/
H A DVNCServerST.h67 virtual void getSockets(std::list<network::Socket*>* sockets);
/dports/net/tigervnc-viewer/tigervnc-1.12.0/common/rfb/
H A DVNCServerST.h67 virtual void getSockets(std::list<network::Socket*>* sockets);

123