Searched refs:wait_seconds (Results 1 – 2 of 2) sorted by relevance
/net-tools-3.5.0/libcoap/examples/ |
D | client.c | 58 unsigned int wait_seconds = 90; /* default timeout in seconds */ variable 417 set_timeout(&max_wait, wait_seconds); in message_handler() 490 set_timeout(&max_wait, wait_seconds); in message_handler() 572 ,program, version, program, wait_seconds); in usage() 1053 wait_seconds = atoi(optarg); in main() 1206 set_timeout(&max_wait, wait_seconds); in main() 1207 debug("timeout is set to %d seconds\n", wait_seconds); in main()
|
/net-tools-3.5.0/ |
D | coap-client.c | 152 static unsigned int wait_seconds = MAX_TIMEOUT; /* default timeout in secs */ variable 824 set_coap_timeout(&max_wait, wait_seconds); in send_packets() 827 printf("timeout is set to %d seconds\n", wait_seconds); in send_packets() 874 set_coap_timeout(&max_wait, wait_seconds); in try_send() 877 printf("timeout is set to %d seconds\n", wait_seconds); in try_send() 1254 set_coap_timeout(&max_wait, wait_seconds); in read_blocks() 1445 set_coap_timeout(&max_wait, wait_seconds); in coap_message_handler() 1757 set_coap_timeout(&max_wait, wait_seconds); 1758 printf("CoAP timeout is set to %d seconds\n", wait_seconds);
|