Home
last modified time | relevance | path

Searched refs:socketNum (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/coap_discover/
H A Dcoap_app.c243 &ctx->socketNum, now); in GetTimeout()
247 if (ctx->socketNum > MAX_COAP_SOCKET_NUM) { in GetTimeout()
248 ctx->socketNum = MAX_COAP_SOCKET_NUM; in GetTimeout()
251 for (i = 0; i < ctx->socketNum; i++) { in GetTimeout()
290 if (ctx->socketNum > MAX_COAP_SOCKET_NUM) { in DeRegisteCoAPEpollTaskCtx()
291 ctx->socketNum = MAX_COAP_SOCKET_NUM; in DeRegisteCoAPEpollTaskCtx()
295 for (i = 0; i < ctx->socketNum; i++) { in DeRegisteCoAPEpollTaskCtx()
301 ctx->socketNum = 0; in DeRegisteCoAPEpollTaskCtx()
470 for (uint32_t i = 0; i < ctx->socketNum && i < MAX_COAP_SOCKET_NUM; ++i) { in CoapServerDestroy()
529 for (i = 0; i < ctx->socketNum && i < MAX_COAP_SOCKET_NUM; i++) { in ResetCoapSocketTaskCount()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/include/coap_discover/
H A Dcoap_app.h37 uint32_t socketNum; member
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_session.c987 int32_t socketNum; in NotifyBindPort() local
989 socketNum = 1; in NotifyBindPort()
991 for (int i = 0; i < socketNum; i++) { in NotifyBindPort()