Searched refs:send_maxcount (Results 1 – 6 of 6) sorted by relevance
41 COAP_DEBUG("Send List Max-Count: %d", param->send_maxcount); in CoAPContext_create()88 if (0 != param->send_maxcount) { in CoAPContext_create()89 p_ctx->sendlist.maxcount = param->send_maxcount; in CoAPContext_create()
15 unsigned char send_maxcount; /*list maximal count*/ member
132 param.send_maxcount = 16; in CoAPServer_init()
51 uint8_t send_maxcount; /*list maximal count*/ member
292 coap_param.send_maxcount = param->send_maxcount; in iotx_alcs_adapter_init()
74 alcs_param.send_maxcount = DM_SERVER_ALCS_SEND_MAXCOUNT; in dm_server_open()
Completed in 8 milliseconds