Searched refs:t32_ (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Devdns.c964 #define GET32(x) do { if (j + 4 > length) goto err; memcpy(&t32_, packet + j, 4); j += 4; x = ntohl(t32_); } while (0)
1020 u32 t32_; /* used by the macros */ local
1619 t32_ = htonl(x); \
1620 memcpy(buf + j, &t32_, 4); \
1899 u32 t32_; local

Completed in 116 milliseconds