#include "natblaster_helper.h"
#include "connlist.h"
#include "debug.h"
#include "errorcodes.h"
#include "berkeleyapi.h"
#include "nethelp.h"
#include "helpercon.h"
Go to the source code of this file.
Functions | |
| int | natblaster_server (port_t listen_port) |
| the single function to start a helper application | |
Definition in file natblaster_helper.c.
|
|
the single function to start a helper application Does not return on success!
Definition at line 34 of file natblaster_helper.c. References bindSocket(), CHECK_FAILED, connlist_count(), connlist_init(), connlist_t, create_new_handler(), DBG_LIST, DBG_NETWORK, DEBUG, ERROR_1, ERROR_BIND, ERROR_INIT, observed_data::ip, observed_data_t, observed_data::port, and sock_t. Referenced by main(). |
1.3.9.1