Searched refs:o1 (Results 1 – 2 of 2) sorted by relevance
118 coap_option *o1, *o2; in order_opts() local123 o1 = (coap_option *)(((coap_list_t *)a)->data); in order_opts()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()
1140 coap_option *o1, *o2; in order_opts() local1145 o1 = (coap_option *)(((coap_list_t *)a)->data); in order_opts()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()