Home
last modified time | relevance | path

Searched refs:GET32 (Results 1 – 1 of 1) sorted by relevance

/external/libevent/
Devdns.c948 #define GET32(x) do { if (j + 4 > length) goto err; memcpy(&_t32, packet + j, 4); j += 4; x = ntohl… in name_parse() macro
1091 GET32(ttl); in reply_parse()
1163 GET32(ttl); in reply_parse()
1169 GET32(serial); in reply_parse()
1170 GET32(refresh); in reply_parse()
1171 GET32(retry); in reply_parse()
1172 GET32(expire); in reply_parse()
1173 GET32(minimum); in reply_parse()
1286 #undef GET32 in request_parse()