
Go to the source code of this file.
Functions | |
| void | decode_routing_info (wmpFrame *p) |
| void | decode_routing_info_atp_mtp (wmpFrame *p) |
| void | decode_routing_info_pap (wmpFrame *p) |
| void | encode_routing_info (wmpFrame *p) |
| void | encode_routing_info_atp_mtp (wmpFrame *p) |
| void | encode_routing_info_pap (wmpFrame *p) |
| void | print_matrix (char *txt, char **lqm) |
| void | print_vector (char *txt, char *t) |
| void | tree_create_lqm_from_tree (char **lqm, char *tree) |
| void | tree_create_tree_from_lqm (char *tree, char **lqm) |
| void | tree_get_next_tree (char *cp) |
| int | tree_which_best (char *t1, char *t2) |
Variables | |
| int | timer_initied = 0 |
| void decode_routing_info | ( | wmpFrame * | p | ) |
Definition at line 135 of file tree/handle_frames.c.
| void decode_routing_info_atp_mtp | ( | wmpFrame * | p | ) |
Definition at line 129 of file tree/handle_frames.c.
| void decode_routing_info_pap | ( | wmpFrame * | p | ) |
Definition at line 52 of file tree/handle_frames.c.
| void encode_routing_info | ( | wmpFrame * | p | ) |
Definition at line 144 of file tree/handle_frames.c.
| void encode_routing_info_atp_mtp | ( | wmpFrame * | p | ) |
Definition at line 123 of file tree/handle_frames.c.
| void encode_routing_info_pap | ( | wmpFrame * | p | ) |
Definition at line 83 of file tree/handle_frames.c.
| void print_matrix | ( | char * | txt, |
| char ** | lqm | ||
| ) |
| void print_vector | ( | char * | txt, |
| char * | t | ||
| ) |
| void tree_create_lqm_from_tree | ( | char ** | lqm, |
| char * | tree | ||
| ) |
| void tree_create_tree_from_lqm | ( | char * | tree, |
| char ** | lqm | ||
| ) |
| void tree_get_next_tree | ( | char * | cp | ) |
| int tree_which_best | ( | char * | t1, |
| char * | t2 | ||
| ) |
| int timer_initied = 0 |
Definition at line 43 of file tree/handle_frames.c.