Home
last modified time | relevance | path

Searched defs:DNS__SET16BIT (Results 1 - 2 of 2) sorted by relevance

/third_party/cares/include/
H A Dares_dns.h46 #define DNS__SET16BIT(p, v) (((p)[0] = (unsigned char)(((v) >> 8) & 0xff)), \ macro
58 #define DNS__SET16BIT(p, v) *(unsigned short*)(p) = htons(v) macro
[all...]
/third_party/node/deps/cares/include/
H A Dares_dns.h58 #define DNS__SET16BIT(p, v) \ macro
[all...]

Completed in 1 milliseconds