Home
last modified time | relevance | path

Searched refs:opt_val (Results 1 – 8 of 8) sorted by relevance

/third_party/libcoap/tests/
Dtest_pdu.c709 uint8_t opt_val[] = { 50, 51, 52, 53, 54, 55, 56, 57, 58, 59 }; in t_encode_pdu12() local
720 sizeof(opt_val[n]), &opt_val[n])); in t_encode_pdu12()
744 uint8_t opt_val[] = { 59, 58, 57, 56, 55, 54, 53, 52, 51, 50 }; in t_encode_pdu13() local
755 sizeof(opt_val[n]), &opt_val[n])); in t_encode_pdu13()
779 uint8_t opt_val[] = { 59, 56, 53, 50, 54, 57, 58, 55, 51, 52 }; in t_encode_pdu14() local
790 sizeof(opt_val[n]), &opt_val[n])); in t_encode_pdu14()
815 uint8_t opt_val[] = { 59, 56, 53, 50, 54, 57, 58, 55, 51, 52 }; in t_encode_pdu15() local
826 sizeof(opt_val[n]), &opt_val[n]); in t_encode_pdu15()
848 uint8_t opt_val[] = { 53, 51, 50 }; in t_encode_pdu16() local
867 sizeof(opt_val[n]), &opt_val[n]); in t_encode_pdu16()
[all …]
/third_party/glib/gio/
Dgunixconnection.c506 gint opt_val; in g_unix_connection_receive_credentials() local
509 opt_val = 0; in g_unix_connection_receive_credentials()
513 &opt_val, in g_unix_connection_receive_credentials()
524 if (opt_val == 0) in g_unix_connection_receive_credentials()
/third_party/libwebsockets/include/libwebsockets/
Dlws-ws-ext.h158 const char *opt_name, const char *opt_val);
/third_party/libwebsockets/lib/roles/ws/ext/
Dextension.c358 const char *opt_name, const char *opt_val) in lws_set_extension_option() argument
376 oa.start = opt_val; in lws_set_extension_option()
/third_party/libcoap/src/
Dcoap_debug.c526 const uint8_t* opt_val; in coap_show_pdu() local
633 opt_val = coap_opt_value(option); in coap_show_pdu()
638 "%02x", opt_val[i]); in coap_show_pdu()
/third_party/python/Lib/tkinter/
Dttk.py82 opt_val = []
91 opt_val.append(state)
93 opt_val.append(val)
94 return opt_val
/third_party/libcoap/examples/
Dcoap-server.c667 const char *opt_val = (const char*)coap_opt_value(opt); in get_uri_proxy_scheme_info() local
672 strncasecmp(opt_val, "coaps+tcp", 9) == 0) { in get_uri_proxy_scheme_info()
677 strncasecmp(opt_val, "coap+tcp", 8) == 0) { in get_uri_proxy_scheme_info()
682 strncasecmp(opt_val, "coaps", 5) == 0) { in get_uri_proxy_scheme_info()
687 strncasecmp(opt_val, "coap", 4) == 0) { in get_uri_proxy_scheme_info()
693 opt_len, opt_len, opt_val); in get_uri_proxy_scheme_info()
/third_party/libwebsockets/lib/core-net/
Dwsi.c563 const char *opt_name, const char *opt_val) in lws_set_extension_option() argument