Lines Matching refs:proxy
635 static coap_uri_t proxy = { {0, NULL}, 0, {0, NULL}, {0, NULL}, 0 };
725 coap_log_warn("coaps URI scheme not supported for proxy\n");
731 coap_log_warn("coap+tcp URI scheme not supported for proxy\n");
737 coap_log_warn("coaps+tcp URI scheme not supported for proxy\n");
743 coap_log_warn("coap+ws URI scheme not supported for proxy\n");
749 coap_log_warn("coaps+ws URI scheme not supported for proxy\n");
854 coap_log_debug("Cannot add token to incoming proxy response PDU\n");
901 if (proxy.host.length) {
902 server = proxy.host;
903 port = proxy.port;
904 scheme = proxy.scheme;
1094 coap_log_debug("cannot add token to proxy request\n");
1100 if (proxy.host.length == 0) {
1155 coap_log_debug("cannot add data to proxy request\n");
1571 /* Need to remove any proxy associations */
1627 coap_log_debug("Unknown proxy ongoing session response received\n");
1649 * Build up the ongoing PDU that we are going to send to proxy originator
1656 coap_log_debug("Failed to create ongoing proxy response PDU\n");
1661 coap_log_debug("cannot add token to ongoing proxy response PDU\n");
1732 /* Need to remove any proxy associations */
2192 "\t \t\tnext proxy server and zero or more names (comma\n"
2193 "\t \t\tseparated) that this proxy server is known by. The\n"
2195 "\t \t\thostname of the incoming proxy request matches one of\n"
2361 coap_log_warn("Zero or more proxy host names not defined\n");
2367 /* Next upstream proxy is defined */
2368 if (coap_split_uri((unsigned char *)arg, strlen(arg), &proxy) < 0 ||
2369 proxy.path.length != 0 || proxy.query.length != 0) {
2831 fprintf(stderr, "error specifying proxy address or host names\n");