Home
last modified time | relevance | path

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

/titanic_41/usr/src/common/net/wanboot/
H A Dboot_http.c131 #define CONN_PORT c_id->uri.hport.port macro
724 c_id->fd = tcp_connect(c_id, CONN_HOSTNAME, CONN_PORT); in http_srv_connect()
1587 count_digits(CONN_PORT) + strlen(CONN_ABSPATH) + 11; in http_req()
1595 count_digits(CONN_PORT) + 2 + 24 + 3; in http_req()
1605 reqtypename, CONN_HOSTNAME, CONN_PORT, in http_req()
1614 CONN_HOSTNAME, CONN_PORT); in http_req()
2105 "CONNECT %s:%d HTTP/1.0\r\n\r\n", CONN_HOSTNAME, CONN_PORT); in proxy_connect()