Searched refs:socketNum (Results 1 – 3 of 3) sorted by relevance
243 &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()
37 uint32_t socketNum; member
987 int32_t socketNum; in NotifyBindPort() local989 socketNum = 1; in NotifyBindPort()991 for (int i = 0; i < socketNum; i++) { in NotifyBindPort()