Searched refs:http_open_port (Results 1 – 10 of 10) sorted by relevance
/dports/www/kannel/gateway-1.4.4/gwlib/ |
H A D | http.h | 411 int http_open_port(int port, int ssl);
|
H A D | http.c | 2498 int http_open_port(int port, int ssl) in http_open_port() function
|
/dports/www/kannel/gateway-1.4.4/test/ |
H A D | test_http_server.c | 484 if (http_open_port(port, ssl) == -1) in main()
|
H A D | drive_wapbox.c | 217 if (http_open_port(port, ssl) != -1) in start_http_thread()
|
H A D | test_smsc.c | 635 if (http_open_port(http_port, ssl) == -1) in httpd_emu_create()
|
/dports/www/kannel/gateway-1.4.4/doc/ |
H A D | ChangeLog-1.1.6 | 1096 certificate and key. Changed http_open_port() prototype call (see 1108 certificate and key. Changed http_open_port() prototype call (see 1117 * gw/smsc_http.c: changed http_open_port() prototype call (see 1124 * gw/wap_push_ppg.c: changed http_open_port() prototype call (see 1153 conn_wrap_fd() has to be called. Changed http_open_port() to include 1158 * gwlib/http.h: changed prototype definition for http_open_port(). 1163 * test/drive_wapbox.c: changed http_open_port() prototype call (see 1166 * test/test_http_server.c: changed http_open_port() prototype call 1169 * test/test_smsc.c: changed http_open_port() prototype call (see
|
H A D | ChangeLog-1.1.3 | 157 * gwlib/http.[ch]: Renamed http_open_server to http_open_port,
|
/dports/www/kannel/gateway-1.4.4/gw/smsc/ |
H A D | smsc_http.c | 978 if (http_open_port(conndata->port, ssl) == -1) in smsc_http_create()
|
H A D | smsc_soap.c | 1851 if (http_open_port(privdata->port,privdata->ssl)) { in soap_server_start()
|
/dports/www/kannel/gateway-1.4.4/gw/ |
H A D | wap_push_ppg.c | 413 http_open_port(ppg_port, TYPE_HTTP); in wap_push_ppg_init() 416 http_open_port(ppg_ssl_port, TYPE_HTTPS); in wap_push_ppg_init()
|