![]() |
The Netsukuku Project
0.0.9
An Alternative routing method
|
#include "includes.h"#include "libnetlink.h"#include "ll_map.h"#include "xmalloc.h"#include "log.h"
Data Structures | |
| struct | idxmap |
Functions | |
| void | ll_free_index (void) |
| int | ll_remember_index (struct sockaddr_nl *who, struct nlmsghdr *n, void *arg) |
| const char * | ll_idx_n2a (int idx, char *buf) |
| const char * | ll_index_to_name (int idx) |
| int | ll_index_to_type (int idx) |
| unsigned | ll_index_to_flags (int idx) |
| int | ll_name_to_index (const char *name) |
| int | ll_nth_up_if (int n) |
| int | ll_first_up_if (void) |
| int | ll_init_map (struct rtnl_handle *rth) |
Variables | |
| static struct idxmap * | idxmap [16] |
| int ll_first_up_if | ( | void | ) |


| void ll_free_index | ( | void | ) |

| const char* ll_idx_n2a | ( | int | idx, |
| char * | buf | ||
| ) |

| unsigned ll_index_to_flags | ( | int | idx | ) |

| const char* ll_index_to_name | ( | int | idx | ) |


| int ll_index_to_type | ( | int | idx | ) |
| int ll_init_map | ( | struct rtnl_handle * | rth | ) |


| int ll_name_to_index | ( | const char * | name | ) |

| int ll_nth_up_if | ( | int | n | ) |


| int ll_remember_index | ( | struct sockaddr_nl * | who, |
| struct nlmsghdr * | n, | ||
| void * | arg | ||
| ) |

