GET16             761 third_party/libevent/evdns.c #define GET16(x) do { if (j + 2 > length) goto err; memcpy(&_t, packet + j, 2); j += 2; x = ntohs(_t); } while(0)
GET16            1037 third_party/libevent/evdns.c #undef GET16