Home
last modified time | relevance | path

Searched refs:opt_val (Results 1 - 23 of 23) sorted by relevance

/third_party/libcoap/tests/
H A Dtest_pdu.c722 uint8_t opt_val[] = { 50, 51, 52, 53, 54, 55, 56, 57, 58, 59 }; in t_encode_pdu12() local
733 sizeof(opt_val[n]), &opt_val[n])); in t_encode_pdu12()
757 uint8_t opt_val[] = { 59, 58, 57, 56, 55, 54, 53, 52, 51, 50 }; in t_encode_pdu13() local
768 sizeof(opt_val[n]), &opt_val[n])); in t_encode_pdu13()
792 uint8_t opt_val[] = { 59, 56, 53, 50, 54, 57, 58, 55, 51, 52 }; in t_encode_pdu14() local
803 sizeof(opt_val[n]), &opt_val[n])); in t_encode_pdu14()
828 uint8_t opt_val[] in t_encode_pdu15() local
861 uint8_t opt_val[] = { 53, 51, 50 }; t_encode_pdu16() local
926 uint8_t opt_val[] = { 53, 51, 50 }; t_encode_pdu17() local
1080 uint8_t opt_val[] = { 54, 50, 52, 53 }; t_encode_pdu19() local
1143 uint8_t opt_val[] = { 50, 51, 52, 53, 54, 55, 56 }; t_encode_pdu20() local
1219 uint8_t opt_val[] = { 54, 50, 52, 53 }; t_encode_pdu21() local
1291 uint8_t opt_val[] = { 50, 51, 52, 53, 54, 55, 56 }; t_encode_pdu22() local
1373 uint8_t opt_val[] = { 54, 51, 50, 52, 53 }; t_encode_pdu23() local
1420 uint32_t opt_val[] = { 0x1, 0x100, 0x10000, 0x1000000 }; t_encode_pdu24() local
[all...]
/third_party/libcoap/src/
H A Dcoap_debug.c723 const uint8_t *opt_val; in coap_show_pdu() local
858 opt_val = coap_opt_value(option); in coap_show_pdu()
859 if (opt_val[0] & 0x20) { in coap_show_pdu()
863 if (opt_val[0] & 0x07) { in coap_show_pdu()
865 cnt = opt_val[0] & 0x07; in coap_show_pdu()
874 "%02x", opt_val[ofs + i]); in coap_show_pdu()
878 if (opt_val[0] & 0x10) { in coap_show_pdu()
882 cnt = opt_val[ofs]; in coap_show_pdu()
892 "%02x", opt_val[ofs + i]); in coap_show_pdu()
896 if (opt_val[ in coap_show_pdu()
[all...]
/third_party/mesa3d/src/mesa/main/
H A Dget_hash_generator.py209 for opt_name, opt_val in opts:
211 api_desc_file = opt_val
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-ws-ext.h154 * \param opt_val: value to set option to
158 const char *opt_name, const char *opt_val);
/third_party/libwebsockets/lib/roles/ws/ext/
H A Dextension.c357 const char *opt_name, const char *opt_val) in lws_set_extension_option()
375 oa.start = opt_val; in lws_set_extension_option()
356 lws_set_extension_option(struct lws *wsi, const char *ext_name, const char *opt_name, const char *opt_val) lws_set_extension_option() argument
/third_party/python/Lib/tkinter/
H A Dttk.py65 opt_val = []
74 opt_val.append(state)
76 opt_val.append(val)
77 return opt_val
/third_party/libcoap/examples/
H A Dcoap-server.c659 const char *opt_val = (const char *)coap_opt_value(opt); in get_uri_proxy_scheme_info() local
664 strncasecmp(opt_val, "coaps+tcp", 9) == 0) { in get_uri_proxy_scheme_info()
668 strncasecmp(opt_val, "coap+tcp", 8) == 0) { in get_uri_proxy_scheme_info()
672 strncasecmp(opt_val, "coaps", 5) == 0) { in get_uri_proxy_scheme_info()
676 strncasecmp(opt_val, "coap", 4) == 0) { in get_uri_proxy_scheme_info()
681 opt_len, opt_len, opt_val); in get_uri_proxy_scheme_info()
/third_party/libwebsockets/lib/core-net/
H A Dwsi.c806 const char *opt_name, const char *opt_val) in lws_set_extension_option()
805 lws_set_extension_option(struct lws *wsi, const char *ext_name, const char *opt_name, const char *opt_val) lws_set_extension_option() argument
/third_party/rust/crates/libc/src/
H A Dpsp.rs4035 opt_val: *mut c_void, in sceNetInetGetsockopt()
4061 opt_val: *const c_void, in sceNetInetSetsockopt()
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs3862 pub opt_val: __u32,
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs3860 pub opt_val: __u32,
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs3840 pub opt_val: __u32,
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs3985 pub opt_val: __u32,
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs4045 pub opt_val: __u32,
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs4013 pub opt_val: __u32,
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs4109 pub opt_val: __u32,
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dgeneral.rs3946 pub opt_val: __u32,
/third_party/rust/crates/linux-raw-sys/src/sparc/
H A Dgeneral.rs4224 pub opt_val: __u32,
/third_party/rust/crates/linux-raw-sys/src/s390x/
H A Dgeneral.rs3920 pub opt_val: __u32,
/third_party/rust/crates/linux-raw-sys/src/sparc64/
H A Dgeneral.rs4194 pub opt_val: __u32,
/third_party/rust/crates/linux-raw-sys/src/x32/
H A Dgeneral.rs3889 pub opt_val: __u32,
/third_party/rust/crates/linux-raw-sys/src/x86/
H A Dgeneral.rs3977 pub opt_val: __u32,
/third_party/rust/crates/linux-raw-sys/src/x86_64/
H A Dgeneral.rs3898 pub opt_val: __u32,

Completed in 198 milliseconds