IP module. More...
#include <fibril_synch.h>#include <ipc/ipc.h>#include <ipc/services.h>#include "../../include/device.h"#include "../../include/inet.h"#include "../../include/ip_interface.h"#include "../../structures/int_map.h"#include "../../structures/generic_field.h"#include "../../structures/module_map.h"

Data Structures | |
| struct | ip_netif |
| IP network interfaces. More... | |
| struct | ip_proto |
| IP protocol specific data. More... | |
| struct | ip_route |
| IP route specific data. More... | |
| struct | ip_globals |
| IP global data. More... | |
Typedefs | |
| typedef struct ip_globals | ip_globals_t |
| Type definition of the IP global data. | |
| typedef struct ip_netif | ip_netif_t |
| Type definition of the IP network interface specific data. | |
| typedef ip_netif_t * | ip_netif_ref |
| Type definition of the IP network interface specific data pointer. | |
| typedef struct ip_proto | ip_proto_t |
| Type definition of the IP protocol specific data. | |
| typedef ip_proto_t * | ip_proto_ref |
| Type definition of the IP protocol specific data pointer. | |
| typedef struct ip_route | ip_route_t |
| Type definition of the IP route specific data. | |
| typedef ip_route_t * | ip_route_ref |
| Type definition of the IP route specific data pointer. | |
IP module.
1.6.1