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

/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)
816 u32 _t32; /* used by the macros */ local
1387 _t32 = htonl(x); \
1388 memcpy(buf + j, &_t32, 4); \
1634 u32 _t32; local
/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)
996 u32 _t32; /* used by the macros */ local
1595 _t32 = htonl(x); \
1596 memcpy(buf + j, &_t32, 4); \
1875 u32 _t32; local

Completed in 68 milliseconds