Home | History | Annotate | Download | only in libevent

Lines Matching full:get16

761 #define GET16(x) do { if (j + 2 > length) goto err; memcpy(&_t, packet + j, 2); j += 2; x = ntohs(_t); } while(0)
826 GET16(trans_id);
827 GET16(flags);
828 GET16(questions);
829 GET16(answers);
830 GET16(authority);
831 GET16(additional);
886 GET16(type);
887 GET16(class);
889 GET16(datalength);
968 GET16(trans_id);
969 GET16(flags);
970 GET16(questions);
971 GET16(answers);
972 GET16(authority);
973 GET16(additional);
998 GET16(type);
999 GET16(class);
1037 #undef GET16