|
PatchworkOS
28a9544
A non-POSIX operating system.
|
Networking and Sockets. More...
Modules | |
| Local Sockets | |
| Local Sockets. | |
| Sockets | |
| Sockets. | |
| Socket Families | |
| Socket Families. | |
Functions | |
| void | net_init (void) |
| Initialize the networking subsystem. | |
| mount_t * | net_get_mount (void) |
| Retrieve the mount for the networking subsystem. | |
Networking and Sockets.
The networking subsystem is exposed as /net and is responsible for providing networking and IPC through sockets.
| mount_t * net_get_mount | ( | void | ) |
Retrieve the mount for the networking subsystem.
/net). Definition at line 15 of file net.c.
Referenced by socket_family_get_dir(), and socket_family_register().
| void net_init | ( | void | ) |
Initialize the networking subsystem.