Home
last modified time | relevance | path

Searched refs:start_tunnel (Results 1 – 6 of 6) sorted by relevance

/dports/misc/py-pexpect/pexpect-4.8.0/examples/
H A Dssh_tunnel.py63 def start_tunnel (): function
89 start_tunnel ()
/dports/security/openconnect/openconnect-8.10/
H A Dgpst.c723 const char start_tunnel[12] = "START_TUNNEL"; /* NOT zero-terminated */ in gpst_connect() local
762 if (!strncmp(buf, start_tunnel, sizeof(start_tunnel))) { in gpst_connect()
769 if (ret==sizeof(start_tunnel)) { in gpst_connect()
770 ret = vpninfo->ssl_gets(vpninfo, buf+sizeof(start_tunnel), sizeof(buf)-sizeof(start_tunnel)); in gpst_connect()
771 ret = (ret>0 ? ret : 0) + sizeof(start_tunnel); in gpst_connect()
/dports/devel/libsoup/libsoup-2.74.0/examples/
H A Dsimple-proxy.c154 start_tunnel (SoupMessage *msg, gpointer user_data) in start_tunnel() function
205 G_CALLBACK (start_tunnel), tunnel); in tunnel_connected_cb()
/dports/devel/libsoup3/libsoup-3.0.3/examples/
H A Dsimple-proxy.c153 start_tunnel (SoupMessage *msg, gpointer user_data) in start_tunnel() function
204 G_CALLBACK (start_tunnel), tunnel); in tunnel_connected_cb()
/dports/devel/libsoup3/libsoup-3.0.3/tests/
H A Dserver-test.c1175 start_tunnel (SoupServerMessage *msg, in start_tunnel() function
1229 G_CALLBACK (start_tunnel), tunnel); in tunnel_connected_cb()
/dports/devel/libsoup/libsoup-2.74.0/tests/
H A Dserver-test.c1260 start_tunnel (SoupMessage *msg, gpointer user_data) in start_tunnel() function
1313 G_CALLBACK (start_tunnel), tunnel); in tunnel_connected_cb()