Searched defs:GET16 (Results 1 – 7 of 7) sorted by relevance
47 #define GET16(x) \ macro
48 #define GET16(x) \ macro
55 #define GET16(x) \ macro
60 #define GET16(x) \ macro
51 #define GET16(v, w) \ macro
150 #define GET16(p) (((p)[0] << 8) | (p)[1]) macro
986 #define GET16(x) do { if (j + 2 > length) goto err; memcpy(&t_, packet + j, 2); j += 2; x = ntohs(t… in name_parse() macro