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

Functions

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

Function Documentation

int div_128 ( unsigned int *  x,
unsigned int *  y 
)

Here is the caller graph for this function:

int div_int ( unsigned int *  y,
unsigned int  x 
)

Here is the call graph for this function:

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

Here is the caller graph for this function:

int sub_int ( unsigned int *  y,
unsigned int  x 
)

Here is the call graph for this function:

int sum_128 ( unsigned int *  x,
unsigned int *  y 
)

Here is the caller graph for this function:

int sum_int ( unsigned int  x,
unsigned int *  y 
)

Here is the call graph for this function:

Here is the caller graph for this function: