![]() |
The Netsukuku Project
0.0.9
An Alternative routing method
|

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 *,...))) |
| #define IS_DYNAMIC | ( | i | ) | ({do_nothing();}) |

| 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 | ||
| ) |