Lines Matching refs:coap_get_option_int
1261 return coap_get_option_int(cpkt, COAP_OPTION_BLOCK1) >= 0; in coap_has_descriptive_block_option()
1263 return coap_get_option_int(cpkt, COAP_OPTION_BLOCK2) >= 0; in coap_has_descriptive_block_option()
1282 opt = coap_get_option_int(cpkt, COAP_OPTION_BLOCK1); in coap_block_has_more()
1284 opt = coap_get_option_int(cpkt, COAP_OPTION_BLOCK2); in coap_block_has_more()
1345 int coap_get_option_int(const struct coap_packet *cpkt, uint16_t code) in coap_get_option_int() function
1363 int ret = coap_get_option_int(cpkt, COAP_OPTION_BLOCK1); in coap_get_block1_option()
1378 int ret = coap_get_option_int(cpkt, COAP_OPTION_BLOCK2); in coap_get_block2_option()
1524 block1 = coap_get_option_int(cpkt, COAP_OPTION_BLOCK1); in coap_update_from_block()
1525 block2 = coap_get_option_int(cpkt, COAP_OPTION_BLOCK2); in coap_update_from_block()
1526 size1 = coap_get_option_int(cpkt, COAP_OPTION_SIZE1); in coap_update_from_block()
1527 size2 = coap_get_option_int(cpkt, COAP_OPTION_SIZE2); in coap_update_from_block()
1557 block = coap_get_option_int(cpkt, option); in coap_next_block_for_option()
1839 age = coap_get_option_int(response, COAP_OPTION_OBSERVE); in coap_response_received()
1911 return coap_get_option_int(request, COAP_OPTION_OBSERVE) == 0; in coap_request_is_observe()