Home
last modified time | relevance | path

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

/dports/ftp/uftp/uftp-5.0/
H A Dproxy.h47 CLIENT_PROXY = 2, /// Client proxy: sends to specified destaddr enumerator
H A Dproxy_config.c258 proxy_type = CLIENT_PROXY; in process_args()
525 if (proxy_type != CLIENT_PROXY) { in process_args()
H A Dproxy_init.c368 if (proxy_type == CLIENT_PROXY) { in create_sockets()
658 if (proxy_type == CLIENT_PROXY) { in initialize()
H A Dproxy_upstream.c471 (proxy_type == CLIENT_PROXY)) { in insert_pubkey_in_announce()
549 if (!addr_blank(&group->privatemcast) && (proxy_type != CLIENT_PROXY)) { in handle_announce()
593 (proxy_type == RESPONSE_PROXY || proxy_type == CLIENT_PROXY)) { in handle_announce()
H A Dproxy_common.c127 if (!addr_blank(&group->privatemcast) && (proxy_type != CLIENT_PROXY) && in group_cleanup()
/dports/polish/libgadu/libgadu-1.12.2/test/automatic/
H A Dconnect.c740 enum { CLIENT_UNKNOWN, CLIENT_HUB, CLIENT_GG, CLIENT_GG_SSL, CLIENT_PROXY } ctype = CLIENT_UNKNOWN; in server_func() enumerator
960 case CLIENT_PROXY: in server_func()
1161 ctype = CLIENT_PROXY; in server_func()