#include "net.h"
#include <str.h>
#include <adt/measured_strings.h>
#include <adt/module_map.h>
#include <ipc/net.h>
#include <errno.h>
#include <ip_interface.h>
#include <packet_server.h>
Go to the source code of this file.
Functions | |
| int | net_initialize_build (async_client_conn_t client_connection) |
| Initialize the networking module for the chosen subsystem build type. | |
| int | net_module_message (ipc_callid_t callid, ipc_call_t *call, ipc_call_t *answer, size_t *count) |
| Process the module message. | |
Variables | |
| net_globals_t | net_globals |
| Networking module global data. | |
Definition in file net_standalone.c.
1.4.7