Dummy network interface layer module. More...
#include <fibril_synch.h>#include <ipc/services.h>#include "../../include/device.h"#include "../../structures/measured_strings.h"

Data Structures | |
| struct | nildummy_device |
| Dummy nil device map. More... | |
| struct | nildummy_proto |
| Dummy nil protocol specific data. More... | |
| struct | nildummy_globals |
| Dummy nil global data. More... | |
Typedefs | |
| typedef struct nildummy_globals | nildummy_globals_t |
| Type definition of the dummy nil global data. | |
| typedef struct nildummy_device | nildummy_device_t |
| Type definition of the dummy nil device specific data. | |
| typedef nildummy_device_t * | nildummy_device_ref |
| Type definition of the dummy nil device specific data pointer. | |
| typedef struct nildummy_proto | nildummy_proto_t |
| Type definition of the dummy nil protocol specific data. | |
| typedef nildummy_proto_t * | nildummy_proto_ref |
| Type definition of the dummy nil protocol specific data pointer. | |
Dummy network interface layer module.
1.6.1