Searched refs:_WORD_LOWPART (Results 1 – 1 of 1) sorted by relevance
144 #define _WORD_LOWPART 1 macro149 ((w.val[_WORD_HIGHPART] == 0) && (w.val[_WORD_LOWPART] == 0))151 (w).val[_WORD_HIGHPART] = (w).val[_WORD_LOWPART] = 0154 (w2).val[_WORD_LOWPART] = (w1).val[_WORD_LOWPART]; \157 (i) = (((u_int32_t)ntohs((w).val[_WORD_HIGHPART])) << 16) | ntohs((w).val[_WORD_LOWPART])160 (w).val[_WORD_LOWPART] = htons((u_int16_t) (i & 0xffff)); \