#include <fibril_synch.h>
#include <ipc/services.h>
#include <net/device.h>
#include <net/inet.h>
#include <ip_interface.h>
#include <adt/int_map.h>
#include <adt/generic_field.h>
#include <adt/module_map.h>
Go to the source code of this file.
Data Structures | |
| struct | ip_globals |
| IP global data. More... | |
| struct | ip_netif |
| IP network interface specific data. More... | |
| struct | ip_proto |
| IP protocol specific data. More... | |
| struct | ip_route |
| IP route specific data. More... | |
Typedefs | |
| typedef ip_globals | ip_globals_t |
| Type definition of the IP global data. | |
| typedef ip_netif | ip_netif_t |
| Type definition of the IP network interface specific data. | |
| typedef ip_proto | ip_proto_t |
| Type definition of the IP protocol specific data. | |
| typedef ip_route | ip_route_t |
| Type definition of the IP route specific data. | |
Functions | |
| DEVICE_MAP_DECLARE (ip_netifs, ip_netif_t) | |
| IP network interfaces. | |
| GENERIC_FIELD_DECLARE (ip_routes, ip_route_t) | |
| IP routing table. | |
| INT_MAP_DECLARE (ip_protos, ip_proto_t) | |
| IP registered protocols. | |
Definition in file ip.h.
1.4.7