Home
last modified time | relevance | path

Searched refs:activate_connection (Results 1 – 10 of 10) sorted by relevance

/dports/devel/py-python-dbusmock/python-dbusmock-0.25.0/dbusmock/templates/
H A Dnetworkmanager.py161 def activate_connection(self, conn, dev, ap): function
197 active_conn = activate_connection(self, wifi_conn, dev, ap)
259 obj.activate_connection = activate_connection
800 activate_connection(NM, connection_path, dev, connection_path)
857 activate_connection(NM, connection_path, dev, connection_path)
/dports/sysutils/openipmi/OpenIPMI-2.0.29/swig/python/openipmigui/
H A D_conn.py203 domain.activate_connection(self.cnum)
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/ftp/src/
H A Dftp.erl2256 activate_connection(CSock),
2259 activate_connection(CSock),
2266 activate_connection(DSock),
2269 activate_connection(Socket) -> function
2272 activate_connection(inet, tcp_closed, Socket);
2274 activate_connection(ssl, ssl_closed, Socket)
2277 activate_connection(API, CloseTag, Socket0) -> function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/ftp/src/
H A Dftp.erl2256 _ = activate_connection(CSock),
2259 _ = activate_connection(CSock),
2266 _ = activate_connection(DSock),
2269 activate_connection(Socket) -> function
2272 _ = activate_connection(inet, tcp_closed, Socket);
2274 _ = activate_connection(ssl, ssl_closed, Socket)
2277 activate_connection(API, CloseTag, Socket0) -> function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/ftp/src/
H A Dftp.erl2235 _ = activate_connection(CSock),
2238 _ = activate_connection(CSock),
2245 _ = activate_connection(DSock),
2248 activate_connection(Socket) -> function
2251 _ = activate_connection(inet, tcp_closed, Socket);
2253 _ = activate_connection(ssl, ssl_closed, Socket)
2256 activate_connection(API, CloseTag, Socket0) -> function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/ftp/src/
H A Dftp.erl2235 _ = activate_connection(CSock),
2238 _ = activate_connection(CSock),
2245 _ = activate_connection(DSock),
2248 activate_connection(Socket) -> function
2251 _ = activate_connection(inet, tcp_closed, Socket);
2253 _ = activate_connection(ssl, ssl_closed, Socket)
2256 activate_connection(API, CloseTag, Socket0) -> function
/dports/lang/erlang/otp-OTP-24.1.7/lib/ftp/src/
H A Dftp.erl2235 _ = activate_connection(CSock),
2238 _ = activate_connection(CSock),
2245 _ = activate_connection(DSock),
2248 activate_connection(Socket) -> function
2251 _ = activate_connection(inet, tcp_closed, Socket);
2253 _ = activate_connection(ssl, ssl_closed, Socket)
2256 activate_connection(API, CloseTag, Socket0) -> function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/ftp/src/
H A Dftp.erl2235 _ = activate_connection(CSock),
2238 _ = activate_connection(CSock),
2245 _ = activate_connection(DSock),
2248 activate_connection(Socket) -> function
2251 _ = activate_connection(inet, tcp_closed, Socket);
2253 _ = activate_connection(ssl, ssl_closed, Socket)
2256 activate_connection(API, CloseTag, Socket0) -> function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/ftp/src/
H A Dftp.erl2256 activate_connection(CSock),
2259 activate_connection(CSock),
2266 activate_connection(DSock),
2269 activate_connection(Socket) -> function
/dports/sysutils/openipmi/OpenIPMI-2.0.29/swig/
H A DOpenIPMI.i4150 int activate_connection(int connection) in activate_connection() function