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

Go to the source code of this file.

Functions

int p9pdu_vwritef (struct p9_fcall *pdu, int proto_version, const char *fmt, va_list ap)
 
int p9pdu_readf (struct p9_fcall *pdu, int proto_version, const char *fmt,...)
 
int p9pdu_prepare (struct p9_fcall *pdu, int16_t tag, int8_t type)
 
int p9pdu_finalize (struct p9_client *clnt, struct p9_fcall *pdu)
 
void p9pdu_reset (struct p9_fcall *pdu)
 
size_t pdu_read (struct p9_fcall *pdu, void *data, size_t size)
 

Function Documentation

int p9pdu_finalize ( struct p9_client clnt,
struct p9_fcall pdu 
)

Definition at line 551 of file protocol.c.

int p9pdu_prepare ( struct p9_fcall pdu,
int16_t  tag,
int8_t  type 
)

Definition at line 545 of file protocol.c.

int p9pdu_readf ( struct p9_fcall pdu,
int  proto_version,
const char fmt,
  ... 
)

Definition at line 500 of file protocol.c.

void p9pdu_reset ( struct p9_fcall pdu)

Definition at line 567 of file protocol.c.

int p9pdu_vwritef ( struct p9_fcall pdu,
int  proto_version,
const char fmt,
va_list  ap 
)

Definition at line 335 of file protocol.c.

size_t pdu_read ( struct p9_fcall pdu,
void data,
size_t  size 
)

Definition at line 55 of file protocol.c.