Lines Matching refs:o
159 coap_option *o = (coap_option *)(opt->data); in coap_new_request() local
161 COAP_OPTION_KEY(*o), in coap_new_request()
162 COAP_OPTION_LENGTH(*o), in coap_new_request()
163 COAP_OPTION_DATA(*o)); in coap_new_request()
202 coap_option *o = (coap_option *)(option->data); in clear_obs() local
203 if (COAP_OPTION_KEY(*o) == COAP_OPTION_URI_HOST) { in clear_obs()
205 COAP_OPTION_KEY(*o), in clear_obs()
206 COAP_OPTION_LENGTH(*o), in clear_obs()
207 COAP_OPTION_DATA(*o))) { in clear_obs()
223 coap_option *o = (coap_option *)(option->data); in clear_obs() local
224 switch (COAP_OPTION_KEY(*o)) { in clear_obs()
229 COAP_OPTION_KEY(*o), in clear_obs()
230 COAP_OPTION_LENGTH(*o), in clear_obs()
231 COAP_OPTION_DATA(*o))) { in clear_obs()
383 coap_option *o = (coap_option *)(option->data); in message_handler() local
384 switch (COAP_OPTION_KEY(*o)) { in message_handler()
390 COAP_OPTION_KEY(*o), in message_handler()
391 COAP_OPTION_LENGTH(*o), in message_handler()
392 COAP_OPTION_DATA(*o)); in message_handler()
447 coap_option *o = (coap_option *)(option->data); in message_handler() local
448 switch (COAP_OPTION_KEY(*o)) { in message_handler()
455 COAP_OPTION_KEY(*o), in message_handler()
456 COAP_OPTION_LENGTH(*o), in message_handler()
457 COAP_OPTION_DATA(*o)); in message_handler()