Lines Matching defs:port
118 /* GET request with proxy (non-default server port) */
119 #define HTTPC_REQ_11_PROXY_PORT "GET http://%s:%d%s HTTP/1.1\r\n" /* HOST, host-port, URI */\
622 * @param port tcp port of the server
632 httpc_get_file(const ip_addr_t* server_addr, u16_t port, const char* uri, const httpc_connection_t *settings,
640 err = httpc_init_connection_addr(&req, settings, server_addr, port,
667 * @param port tcp port of the server
677 httpc_get_file_dns(const char* server_name, u16_t port, const char* uri, const httpc_connection_t *settings,
685 err = httpc_init_connection(&req, settings, server_name, port, uri, recv_fn, callback_arg);
809 * @param port tcp port of the server
818 httpc_get_file_to_disk(const ip_addr_t* server_addr, u16_t port, const char* uri, const httpc_connection_t *settings,
832 err = httpc_init_connection_addr(&req, &filestate->settings, server_addr, port,
861 * @param port tcp port of the server
870 httpc_get_file_dns_to_disk(const char* server_name, u16_t port, const char* uri, const httpc_connection_t *settings,
884 err = httpc_init_connection(&req, &filestate->settings, server_name, port,