The Netsukuku Project  0.0.9
An Alternative routing method
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
endianness.c File Reference
#include "includes.h"
#include "common.h"
#include "log.h"
#include "endianness.h"
Include dependency graph for endianness.c:

Macros

#define IS_DYNAMIC(i)   ({do_nothing();})
 

Functions

void * int_info_copy (int_info *dst, const int_info *src)
 
void ints_array_ntohl (int *hostlong, int nmemb)
 
void ints_array_htonl (int *netlong, int nmemb)
 
void ints_array_ntohs (short *hostshort, int nmemb)
 
void ints_array_htons (short *netshort, 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 *,...)))
 

Macro Definition Documentation

#define IS_DYNAMIC (   i)    ({do_nothing();})

Function Documentation

void* int_info_copy ( int_info dst,
const int_info src 
)

Here is the caller graph for this function:

void ints_array_htonl ( int *  netlong,
int  nmemb 
)

Here is the caller graph for this function:

void ints_array_htons ( short *  netshort,
int  nmemb 
)

Here is the caller graph for this function:

void ints_array_ntohl ( int *  hostlong,
int  nmemb 
)

Here is the caller graph for this function:

void ints_array_ntohs ( short *  hostshort,
int  nmemb 
)

Here is the caller graph for this function:

void ints_host_to_network ( void *  s,
int_info  iinfo 
)

Here is the call graph for this function:

Here is the caller graph for this function:

void ints_network_to_host ( void *  s,
int_info  iinfo 
)

Here is the call graph for this function:

Here is the caller graph for this function:

void ints_printf ( void *  s,
int_info  iinfo,
void(**,...  char 
)