Searched refs:_htons (Results 1 – 1 of 1) sorted by relevance
493 #define _htons(A) (A) macro504 #define _htons(A) (uint16)((((uint16) (A)) << 8) | (((uint16) (A)) >> 8))519 #define _ntohs _htons