|
Virgil IoT KIT
|
PC configuration : endianness configuration. More...
#include <arpa/inet.h>Go to the source code of this file.
Macros | |
| #define | VS_IOT_NTOHS ntohs |
| Converts the unsigned short integer from network byte order to host byte order. More... | |
| #define | VS_IOT_NTOHL ntohl |
| Converts the unsigned integer from network byte order to host byte order. More... | |
| #define | VS_IOT_HTONS htons |
| Converts the unsigned short integer from host byte order to network byte order. More... | |
| #define | VS_IOT_HTONL htonl |
| Converts the unsigned integer from host byte order to network byte order. More... | |
PC configuration : endianness configuration.
| #define VS_IOT_HTONL htonl |
Converts the unsigned integer from host byte order to network byte order.
| #define VS_IOT_HTONS htons |
Converts the unsigned short integer from host byte order to network byte order.
| #define VS_IOT_NTOHL ntohl |
Converts the unsigned integer from network byte order to host byte order.
| #define VS_IOT_NTOHS ntohs |
Converts the unsigned short integer from network byte order to host byte order.
1.8.17