Lines Matching defs:unknown
664 coap_opt_filter_t *unknown) {
683 coap_option_filter_set(unknown, opt_iter.number);
723 coap_log_debug("unknown critical option %d\n", opt_iter.number);
726 /* When opt_iter.number cannot be set in unknown, all of the appropriate
729 if (coap_option_filter_set(unknown, opt_iter.number) == 0) {
739 if (coap_option_filter_set(unknown, opt_iter.number) == 0) {
2402 * request. We always need the Token, for 4.02 the unknown critical
2413 /* Add size of each unknown critical option. As known critical
2582 * This function returns @c 0 when the token is unknown with this
2937 * resource defined for handling unknown or proxy URIs.
2944 * unknown resource handler is defined, a PUT or optionally other methods,
2945 * if configured, for the unknown handler.
2952 * else if unknown URI handler defined, call the unknown
2992 coap_log_debug("request for unknown resource '%*.*s',"
3001 coap_log_debug("request for unknown resource '%*.*s', return 4.04\n",
3767 /* check for unknown critical options */
3778 case COAP_MESSAGE_CON: /* check for unknown critical options */