Searched refs:GET32 (Results 1 – 1 of 1) sorted by relevance
981 #define GET32(x) do { if (j + 4 > length) goto err; memcpy(&t32_, packet + j, 4); j += 4; x = ntohl… in name_parse() macro1122 GET32(ttl); in reply_parse()1194 GET32(ttl); in reply_parse()1200 GET32(serial); in reply_parse()1201 GET32(refresh); in reply_parse()1202 GET32(retry); in reply_parse()1203 GET32(expire); in reply_parse()1204 GET32(minimum); in reply_parse()1315 #undef GET32 in request_parse()