![]() |
The Netsukuku Project
0.0.9
An Alternative routing method
|
#include "includes.h"#include "common.h"#include "inet.h"#include "request.h"#include "if.h"#include "pkts.h"#include "bmap.h"#include "daemon.h"#include "netsukuku.h"#include "accept.h"
Functions | |
| int | prepare_listen_socket (int family, int socktype, u_short port, interface *dev) |
| int | sockets_all_ifs (int family, int socktype, u_short port, interface *ifs, int ifs_n, int *dev_sk, int *max_sk_idx) |
| void * | udp_exec_pkt (void *passed_argv) |
| void * | udp_daemon (void *passed_argv) |
| void * | tcp_recv_loop (void *recv_pkt) |
| void * | tcp_daemon (void *door) |
Variables | |
| int | errno |
| int prepare_listen_socket | ( | int | family, |
| int | socktype, | ||
| u_short | port, | ||
| interface * | dev | ||
| ) |


| int sockets_all_ifs | ( | int | family, |
| int | socktype, | ||
| u_short | port, | ||
| interface * | ifs, | ||
| int | ifs_n, | ||
| int * | dev_sk, | ||
| int * | max_sk_idx | ||
| ) |


| void* tcp_daemon | ( | void * | door | ) |


| void* tcp_recv_loop | ( | void * | recv_pkt | ) |


| void* udp_daemon | ( | void * | passed_argv | ) |


| void* udp_exec_pkt | ( | void * | passed_argv | ) |


| int errno |