Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
slip_common.c File Reference
#include <string.h>
#include "slip_common.h"
#include <net_user.h>

Go to the source code of this file.

Functions

int slip_proto_read (int fd, void *buf, int len, struct slip_proto *slip)
 
int slip_proto_write (int fd, void *buf, int len, struct slip_proto *slip)
 

Function Documentation

int slip_proto_read ( int  fd,
void buf,
int  len,
struct slip_proto slip 
)

Definition at line 5 of file slip_common.c.

int slip_proto_write ( int  fd,
void buf,
int  len,
struct slip_proto slip 
)

Definition at line 45 of file slip_common.c.