The Netsukuku Project  0.0.9
An Alternative routing method
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
ipv6-gmp.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define ZERO128   {0,0,0,0}
 
#define NETWORK_ORDER   1
 
#define HOST_ORDER   -1
 
#define NATIVE_ENDIAN   0
 
#define HOST_ENDIAN   -1
 
#define NETWORK_ENDIAN   1
 

Functions

int sum_int (unsigned int, unsigned int *)
 
int sum_128 (unsigned int *, unsigned int *)
 
int sub_int (unsigned int *, unsigned int)
 
int sub_128 (unsigned int *, unsigned int *)
 
int div_128 (unsigned int *, unsigned int *)
 
int div_int (unsigned int *, unsigned int)
 
int div_mpz (unsigned int *, mpz_t)
 
int htonl_128 (unsigned int *, unsigned int *)
 
int ntohl_128 (unsigned int *, unsigned int *)
 

Macro Definition Documentation

#define HOST_ENDIAN   -1
#define HOST_ORDER   -1
#define NATIVE_ENDIAN   0
#define NETWORK_ENDIAN   1
#define NETWORK_ORDER   1
#define ZERO128   {0,0,0,0}

Function Documentation

int div_128 ( unsigned int *  ,
unsigned int *   
)

Here is the caller graph for this function:

int div_int ( unsigned int *  ,
unsigned  int 
)

Here is the call graph for this function:

int div_mpz ( unsigned int *  ,
mpz_t   
)
int htonl_128 ( unsigned int *  ,
unsigned int *   
)
int ntohl_128 ( unsigned int *  ,
unsigned int *   
)
int sub_128 ( unsigned int *  ,
unsigned int *   
)

Here is the caller graph for this function:

int sub_int ( unsigned int *  ,
unsigned  int 
)

Here is the call graph for this function:

int sum_128 ( unsigned int *  ,
unsigned int *   
)

Here is the caller graph for this function:

int sum_int ( unsigned  int,
unsigned int *   
)

Here is the call graph for this function:

Here is the caller graph for this function: