Searched refs:SHORT_SWAP (Results 1 – 2 of 2) sorted by relevance
78 #define SHORT_SWAP(X) (X) macro83 #define SHORT_SWAP(X) ((X <<8 ) | (X >> 8)) //!< swap bytes in a 16 bit short macro128 #define htons(x) (UINT16)SHORT_SWAP(x)131 #define ntohs(x) (UINT16)SHORT_SWAP(x)
199 SHORT_SWAP((TK_SIZE + TK_SIZE)); in PopulateKeyMsg()202 tx_eapol_ptr->keyMsg.key_length = SHORT_SWAP(TK_SIZE); in PopulateKeyMsg()