Searched defs:USETW (Results 1 – 1 of 1) sorted by relevance
67 #define USETW(w,v) ((w)[0] = (u_int8_t)(v), (w)[1] = (u_int8_t)((v) >> 8)) macro79 #define USETW(w,v) (*(u_int16_t *)(w) = (v)) macro