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

/asus-wl-520gu-7.0.1.45/src/router/dproxy/
H A Ddns_construct.c8 #define SET_UINT32_TO_N(buf, val, count) *(uint32*)buf = htonl(val);count += 4; buf += 4
18 #define SET_UINT32_TO_N(buf, val, count) \ macro
93 SET_UINT32_TO_N( m->here, 10000, m->numread ); /* ttl */
102 SET_UINT32_TO_N( m->here, 10000, m->numread ); /* ttl */

Completed in 81 milliseconds