|
Linux Kernel
3.7.1
|
#include <stdio.h>#include <stdlib.h>#include <errno.h>#include <termios.h>#include <unistd.h>#include <netinet/in.h>#include "chan_user.h"#include <os.h>#include "port.h"#include <um_malloc.h>Go to the source code of this file.
Data Structures | |
| struct | port_chan |
| struct | port_pre_exec_data |
Functions | |
| int | port_listen_fd (int port) |
| int | port_connection (int fd, int *socket, int *pid_out) |
Variables | |
| struct chan_ops | port_ops |
Definition at line 167 of file port_user.c.
Definition at line 111 of file port_user.c.
Definition at line 98 of file port_user.c.
1.8.2