Lines Matching defs:scheme
502 "\t\t[-K interval] [-N] [-O num,text] [-P scheme://address[:port]\n"
508 "\tURI can be an absolute URI or a URI prefixed with scheme and host\n\n"
556 "\t-P scheme://address[:port]\n"
845 if (uri.scheme == COAP_URI_SCHEME_COAPS && reliable) {
847 coap_log_emerg("coaps+tcp URI scheme not supported in this version of libcoap\n");
850 uri.scheme = COAP_URI_SCHEME_COAPS_TCP;
854 if (uri.scheme == COAP_URI_SCHEME_COAP && reliable) {
856 coap_log_emerg("coap+tcp URI scheme not supported in this version of libcoap\n");
859 uri.scheme = COAP_URI_SCHEME_COAP_TCP;
1034 proxy.scheme = COAP_URI_SCHEME_COAPS_TCP;
1037 proxy.scheme = COAP_URI_SCHEME_COAP_TCP;
1040 proxy.scheme = COAP_URI_SCHEME_COAPS;
1043 proxy.scheme = COAP_URI_SCHEME_COAP;
1496 coap_uri_scheme_t scheme,
1546 1 << scheme,
1597 coap_uri_scheme_t scheme;
1801 scheme = proxy.scheme;
1805 scheme = proxy_scheme_option ? proxy.scheme : uri.scheme;
1811 1 << scheme,
1846 scheme,