Searched refs:optval (Results 1 – 3 of 3) sorted by relevance
/net-tools-3.5.0/libcoap/tests/ |
D | test_error_response.c | 121 unsigned char optval[] = { in t_error_response4() local 140 coap_add_option(pdu, 9, sizeof(optval), optval); in t_error_response4() 160 unsigned char optval[] = { in t_error_response5() local 181 coap_add_option(pdu, 9, sizeof(optval), optval); in t_error_response5() 201 unsigned char optval[] = { in t_error_response6() local 222 coap_add_option(pdu, 23, sizeof(optval), optval); in t_error_response6() 242 unsigned char optval[] = { in t_error_response7() local 264 coap_add_option(pdu, 23, sizeof(optval), optval); in t_error_response7()
|
/net-tools-3.5.0/ |
D | throughput-client.c | 353 int ifindex = -1, optval = 1; in main() local 477 &optval, sizeof(optval)); in main()
|
D | echo-client.c | 406 int ifindex = -1, optval = 1; in main() local 549 &optval, sizeof(optval)); in main()
|