Home
last modified time | relevance | path

Searched defs:get16bits (Results 1 – 2 of 2) sorted by relevance

/net-tools-2.7.6/tinydtls-0.8.2/
Duthash.h432 #define get16bits(d) (*((const uint16_t *) (d))) macro
436 #define get16bits(d) ((((uint32_t)(((const uint8_t *)(d))[1])) << 8) \ macro
/net-tools-2.7.6/libcoap/include/coap/
Duthash.h475 #define get16bits(d) (*((const uint16_t *) (d))) macro
479 #define get16bits(d) ((((uint32_t)(((const uint8_t *)(d))[1])) << 8) \ macro