Home
last modified time | relevance | path

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

/dports/net/echoping/echoping-ccf3c95d9249d3065db3853486f41c852d20101e/SRC/
H A Dechoping.c128 boolean port_to_use = USE_ECHO; local
276 port_to_use = USE_DISCARD;
280 port_to_use = USE_CHARGEN;
286 port_to_use = USE_ICP;
293 port_to_use = USE_HTTP;
317 port_to_use = USE_SMTP;
401 (port_to_use == USE_HTTP) || (port_to_use == USE_SMTP))) {
1035 if ((port_to_use == USE_ECHO) || (port_to_use == USE_DISCARD)
1036 || (port_to_use == USE_HTTP) || (port_to_use == USE_ICP)
1166 if ((port_to_use == USE_ECHO) || (port_to_use == USE_CHARGEN)
[all …]
/dports/net/yaz/yaz-5.31.1/src/
H A Dspipe.c102 yaz_spipe_t yaz_spipe_create(int port_to_use, WRBUF *err_msg) in yaz_spipe_create() argument
122 if (port_to_use) in yaz_spipe_create()
155 add.sin_port = htons(port_to_use); in yaz_spipe_create()
/dports/net/yaz/yaz-5.31.1/src/yaz/
H A Dspipe.h50 YAZ_EXPORT yaz_spipe_t yaz_spipe_create(int port_to_use, WRBUF *err_msg);
/dports/dns/noip/noip-2.1.9/
H A Dnoip2.c344 int port_to_use = CLIENT_IP_PORT; variable
555 port_to_use = CLIENT_IP_PORT; in main()
1592 if ((x = Connect(port_to_use)) != SUCCESS) { in dynamic_update()
2125 if ((x = Connect(port_to_use)) != SUCCESS) { in force_update()
2499 if ((x = Connect(port_to_use)) != SUCCESS) { in autoconf()
2525 if ((x = Connect(port_to_use)) != SUCCESS) { in autoconf()
/dports/ftp/lftp/lftp-4.9.2/src/
H A DHttp.cc1490 const char *port_to_use=portname?portname.get():HTTPS_DEFAULT_PORT; in Do() local
1491 const char *eport=url::encode(port_to_use,URL_PORT_UNSAFE); in Do()
/dports/net/samba412/samba-4.12.15/source3/torture/
H A Dtorture.c64 static int port_to_use=0; variable
159 status = cli_connect_nb(host, NULL, port_to_use, 0x20, myname, in open_nbt_connection()
348 port_to_use, in torture_open_connection_share()
356 hostname, sharename, port_to_use, nt_errstr(status)); in torture_open_connection_share()
1546 port_to_use, in run_tcon_devtype_test()
10375 port_to_use, SMB_SIGNING_DEFAULT, flags); in run_chain2()
15115 port_to_use = atoi(optarg); in main()