Searched refs:max_sockets (Results 1 – 3 of 3) sorted by relevance
/third_party/libcoap/include/coap3/ |
D | coap_net.h | 702 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/ |
D | coap_io_contiki.c | 40 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()
|
D | coap_io.c | 1313 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)
|