Home
last modified time | relevance | path

Searched refs:conn_open_tcp_with_port (Results 1 – 7 of 7) sorted by relevance

/dports/www/kannel/gateway-1.4.4/gwlib/
H A Dconn.h145 Connection *conn_open_tcp_with_port(Octstr *host, int port, int our_port,
H A Dconn.c485 return conn_open_tcp_with_port(host, port, 0, our_host); in conn_open_tcp()
535 Connection *conn_open_tcp_with_port(Octstr *host, int port, int our_port, in conn_open_tcp_with_port() function
/dports/www/kannel/gateway-1.4.4/gw/smsc/
H A Dsmsc_emi.c306 server = conn_open_tcp_with_port(privdata->host, privdata->port, in open_send_connection()
323 server = conn_open_tcp_with_port( in open_send_connection()
H A Dsmsc_smpp.c1199 …conn = conn_open_tcp_with_port(smpp->host, smpp->transmit_port, smpp->our_port, smpp->conn->our_ho… in open_transmitter()
1252 …conn = conn_open_tcp_with_port(smpp->host, smpp->transmit_port, smpp->our_port, smpp->conn->our_ho… in open_transceiver()
1303 …conn = conn_open_tcp_with_port(smpp->host, smpp->receive_port, smpp->our_receiver_port, smpp->conn… in open_receiver()
H A Dsmsc_smasi.c845 Connection *conn = conn_open_tcp_with_port(smasi->host, smasi->port, 0, smasi->conn->our_host); in open_connection()
H A Dsmsc_cgw.c709 server = conn_open_tcp_with_port(privdata->host, privdata->port, in cgw_open_send_connection()
/dports/www/kannel/gateway-1.4.4/doc/
H A DChangeLog-1.1.4388 * gwlib/conn.[ch]: Added function conn_open_tcp_with_port, which