Home
last modified time | relevance | path

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

/third_party/libcoap/include/coap3/
Dcoap_net.h702 unsigned int max_sockets,
854 unsigned int max_sockets, in coap_write() argument
858 return coap_io_prepare_io(ctx, sockets, max_sockets, num_sockets, now); in coap_write()
/third_party/libcoap/src/
Dcoap_io_contiki.c40 unsigned int max_sockets = sizeof(sockets)/sizeof(sockets[0]); in on_prepare_timer_expired() local
46 timeout = coap_io_prepare_io(ctx, sockets, max_sockets, &num_sockets, now); in on_prepare_timer_expired()
Dcoap_io.c1313 unsigned int max_sockets = sizeof(sockets)/sizeof(sockets[0]);
1318 timeout = coap_io_prepare_io(ctx, sockets, max_sockets, &num_sockets, now);
1357 unsigned int max_sockets, argument
1369 (void)max_sockets;
1425 if (*num_sockets < max_sockets)
1482 if (*num_sockets < max_sockets)
1595 if (*num_sockets < max_sockets)