#include <linux/byteorder/little_endian.h>
Go to the source code of this file.
|
| void * | int_info_copy (int_info *dst, const int_info *src) |
| |
| void | ints_array_htons (short *netshort, int nmemb) |
| |
| void | ints_array_ntohs (short *hostshort, int nmemb) |
| |
| void | ints_array_htonl (int *netlong, int nmemb) |
| |
| void | ints_array_ntohl (int *hostlong, int nmemb) |
| |
| void | ints_network_to_host (void *s, int_info iinfo) |
| |
| void | ints_host_to_network (void *s, int_info iinfo) |
| |
| void | ints_printf (void *s, int_info iinfo, void(*print_func(const char *,...))) |
| |
| #define IINFO_DYNAMIC_VALUE |
| #define INT_TYPE_16BIT (1<<1) /* The int var is of 16 bits */ |
| #define INT_TYPE_32BIT 1 /* The int var is of 32 bits */ |
| #define INT_TYPE_NETWORK (1<<3) /* The int var is stored in network order */ |
| #define MAX_INTS_PER_STRUCT |
| void ints_array_htonl |
( |
int * |
netlong, |
|
|
int |
nmemb |
|
) |
| |
| void ints_array_htons |
( |
short * |
netshort, |
|
|
int |
nmemb |
|
) |
| |
| void ints_array_ntohl |
( |
int * |
hostlong, |
|
|
int |
nmemb |
|
) |
| |
| void ints_array_ntohs |
( |
short * |
hostshort, |
|
|
int |
nmemb |
|
) |
| |
| void ints_host_to_network |
( |
void * |
s, |
|
|
int_info |
iinfo |
|
) |
| |
| void ints_network_to_host |
( |
void * |
s, |
|
|
int_info |
iinfo |
|
) |
| |
| void ints_printf |
( |
void * |
s, |
|
|
int_info |
iinfo, |
|
|
void(**,... |
char |
|
) |
| |