|
PatchworkOS
966e257
A non-POSIX operating system.
|
#include "net.h"#include "local/local.h"#include "socket_family.h"#include <kernel/fs/dentry.h>#include <kernel/fs/mount.h>#include <kernel/fs/path.h>#include <kernel/fs/sysfs.h>#include <kernel/log/log.h>#include <kernel/log/panic.h>#include <kernel/module/module.h>#include <sys/io.h>Go to the source code of this file.
Functions | |
| mount_t * | net_get_mount (void) |
| Retrieve the mount for the networking subsystem. | |
| static uint64_t | net_init (void) |
| static void | net_deinit (void) |
| uint64_t | _module_procedure (const module_event_t *event) |
| MODULE_INFO ("Networking", "Kai Norberg", "Provides networking and socket IPC functionality", OS_VERSION, "MIT", "BOOT_ALWAYS") | |
Variables | |
| static mount_t * | mount |
|
static |
|
static |
| uint64_t _module_procedure | ( | const module_event_t * | event | ) |
| MODULE_INFO | ( | "Networking" | , |
| "Kai Norberg" | , | ||
| "Provides networking and socket IPC functionality" | , | ||
| OS_VERSION | , | ||
| "MIT" | , | ||
| "BOOT_ALWAYS" | |||
| ) |