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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/
H A Devdns.c940 #define GET32(x) do { if (j + 4 > length) goto err; memcpy(&_t32, packet + j, 4); j += 4; x = ntohl(_t32); } while (0) macro
1083 GET32(ttl);
1155 GET32(ttl);
1161 GET32(serial);
1162 GET32(refresh);
1163 GET32(retry);
1164 GET32(expire);
1165 GET32(minimum);
1278 #undef GET32 macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libevent-1.4.14b-stable/
H A Devdns.c760 #define GET32(x) do { if (j + 4 > length) goto err; memcpy(&_t32, packet + j, 4); j += 4; x = ntohl(_t32); } while(0) macro
888 GET32(ttl);
1036 #undef GET32 macro

Completed in 117 milliseconds