miniOS
x86_64 hobby kernel with SMP, VFS, and POSIX process model
Loading...
Searching...
No Matches
main.c File Reference
#include <sys/socket.h>
#include <sys/un.h>
#include <sys/wait.h>
#include <unistd.h>
#include <string.h>
Include dependency graph for main.c:

Functions

static void write_str (const char *s)
static void test_unix_socketpair (void)
static void test_unix_socketpair_echo (void)
static void test_unix_bind_listen (void)
int main (void)

Function Documentation

◆ main()

int main ( void )
Here is the call graph for this function:

◆ test_unix_bind_listen()

void test_unix_bind_listen ( void )
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ test_unix_socketpair()

void test_unix_socketpair ( void )
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ test_unix_socketpair_echo()

void test_unix_socketpair_echo ( void )
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ write_str()

void write_str ( const char * s)
static
Here is the call graph for this function: