Lines Matching refs:COAP_OPTION_KEY
126 return (COAP_OPTION_KEY(*o1) < COAP_OPTION_KEY(*o2)) in order_opts()
128 : (COAP_OPTION_KEY(*o1) != COAP_OPTION_KEY(*o2)); in order_opts()
161 COAP_OPTION_KEY(*o), in coap_new_request()
203 if (COAP_OPTION_KEY(*o) == COAP_OPTION_URI_HOST) { in clear_obs()
205 COAP_OPTION_KEY(*o), in clear_obs()
224 switch (COAP_OPTION_KEY(*o)) { in clear_obs()
229 COAP_OPTION_KEY(*o), in clear_obs()
384 switch (COAP_OPTION_KEY(*o)) { in message_handler()
390 COAP_OPTION_KEY(*o), in message_handler()
448 switch (COAP_OPTION_KEY(*o)) { in message_handler()
455 COAP_OPTION_KEY(*o), in message_handler()
584 COAP_OPTION_KEY(*option) = key; in new_option_node()