Searched refs:COAP_OPTION_KEY (Results 1 – 3 of 3) sorted by relevance
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()[all …]
219 #define COAP_OPTION_KEY(option) (option).key macro
627 COAP_OPTION_KEY(*option) = key; in new_option_node()1121 switch (COAP_OPTION_KEY(*(coap_option *)option->data)) { in add_options()1128 COAP_OPTION_KEY(*(coap_option *)option->data), in add_options()1148 return (COAP_OPTION_KEY(*o1) < COAP_OPTION_KEY(*o2)) ? -1 in order_opts()1149 : (COAP_OPTION_KEY(*o1) != COAP_OPTION_KEY(*o2)); in order_opts()1187 COAP_OPTION_KEY(*o), in coap_new_request()