Home
last modified time | relevance | path

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

/net-tools-2.7.6/tinydtls-0.8.2/
Dnumeric.h40 static inline int dtls_int_to_uint8(unsigned char *field, uint8_t value) in dtls_int_to_uint8() argument
42 field[0] = value & 0xff; in dtls_int_to_uint8()
46 static inline int dtls_int_to_uint16(unsigned char *field, uint16_t value) in dtls_int_to_uint16() argument
48 field[0] = (value >> 8) & 0xff; in dtls_int_to_uint16()
49 field[1] = value & 0xff; in dtls_int_to_uint16()
53 static inline int dtls_int_to_uint24(unsigned char *field, uint32_t value) in dtls_int_to_uint24() argument
55 field[0] = (value >> 16) & 0xff; in dtls_int_to_uint24()
56 field[1] = (value >> 8) & 0xff; in dtls_int_to_uint24()
57 field[2] = value & 0xff; in dtls_int_to_uint24()
61 static inline int dtls_int_to_uint32(unsigned char *field, uint32_t value) in dtls_int_to_uint32() argument
[all …]
Dutlist.h367 #define LL_SEARCH_SCALAR(head,out,field,val) \ argument
370 if ((out)->field == (val)) break; \
475 #define CDL_SEARCH_SCALAR(head,out,field,val) \ argument
478 if ((out)->field == (val)) break; \
Dconfigure5048 nfields = split(line, field, "@")
5050 len = length(field[1])
5052 key = field[i]
5057 len += length(value) + length(field[++i])
/net-tools-2.7.6/tinydtls-0.8.2/sha2/
Dsha2test.pl163 $data = $field = "";
168 next if ($field && $field ne "DESCRIPTION" && !$_);
170 if ($field eq "DESCRIPTION") {
172 } elsif ($field eq "FILE") {
175 } elsif ($field eq "SHA256") {
177 } elsif ($field eq "SHA384") {
179 } elsif ($field eq "SHA512") {
183 $field = $1;
184 } elsif ($field eq "DESCRIPTION") {
187 } elsif ($field =~ /^SHA\d\d\d$/) {
[all …]
/net-tools-2.7.6/libcoap/include/coap/
Dutlist.h440 #define LL_SEARCH_SCALAR(head,out,field,val) \ argument
441 LL_SEARCH_SCALAR2(head,out,field,val,next)
443 #define LL_SEARCH_SCALAR2(head,out,field,val,next) \ argument
446 if ((out)->field == (val)) break; \
702 #define CDL_SEARCH_SCALAR(head,out,field,val) \ argument
703 CDL_SEARCH_SCALAR2(head,out,field,val,next)
705 #define CDL_SEARCH_SCALAR2(head,out,field,val,next) \ argument
708 if ((out)->field == (val)) break; \
/net-tools-2.7.6/mbedtls-2.4.0/tests/data_files/dir4/
DReadme1 …geting the enforcement of the policy indicated by the *pathLenConstraint* field. All leaf elements…
/net-tools-2.7.6/tinydtls-0.8.2/sha2/testvectors/testvectors/
Dvector004.dat1 …reat battlefield of that war. We have come to dedicate a portion of that field, as a final restin…
/net-tools-2.7.6/libcoap/
DChangeLog124 * option.h: renamed option field in coap_opt_iterator_t to