Home
last modified time | relevance | path

Searched refs:_htons (Results 1 – 1 of 1) sorted by relevance

/hal_atmel-3.6.0/asf/common/components/wifi/winc1500/socket/include/
Dsocket.h493 #define _htons(A) (A) macro
504 #define _htons(A) (uint16)((((uint16) (A)) << 8) | (((uint16) (A)) >> 8))
519 #define _ntohs _htons