Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
port.h File Reference

Go to the source code of this file.

Functions

voidport_data (int port)
 
int port_wait (void *data)
 
void port_kern_close (void *d)
 
int port_connection (int fd, int *socket_out, int *pid_out)
 
int port_listen_fd (int port)
 
void port_read (int fd, void *data)
 
void port_kern_free (void *d)
 
int port_rcv_fd (int fd)
 
void port_remove_dev (void *d)
 

Function Documentation

int port_connection ( int  fd,
int socket_out,
int pid_out 
)

Definition at line 167 of file port_user.c.

void* port_data ( int  port)

Definition at line 159 of file port_kern.c.

void port_kern_close ( void d)
void port_kern_free ( void d)

Definition at line 284 of file port_kern.c.

int port_listen_fd ( int  port)

Definition at line 111 of file port_user.c.

int port_rcv_fd ( int  fd)
void port_read ( int  fd,
void data 
)
void port_remove_dev ( void d)

Definition at line 272 of file port_kern.c.

int port_wait ( void data)

Definition at line 224 of file port_kern.c.