Go to the documentation of this file.
39 #ifndef VS_IOT_SDK_ENDIAN_CONFIG_H
40 #define VS_IOT_SDK_ENDIAN_CONFIG_H
45 #include <arpa/inet.h>
49 #define VS_IOT_NTOHS ntohs
52 #define VS_IOT_NTOHL ntohl
55 #define VS_IOT_HTONS htons
58 #define VS_IOT_HTONL htonl
60 #endif //VS_IOT_SDK_ENDIAN_CONFIG_H