#include <XProtocol.hh>
|
static const int | aData = 0x10 |
|
static const int | isNew = 0x01 |
|
Definition at line 285 of file XProtocol.hh.
◆ NVecInsert()
char * ClientFattrRequest::NVecInsert |
( |
const char * | name, |
|
|
char * | buffer ) |
|
static |
◆ NVecRead() [1/2]
char * ClientFattrRequest::NVecRead |
( |
char * | buffer, |
|
|
char *& | name ) |
|
static |
Definition at line 215 of file XProtocol.cc.
216{
217 name = strdup( buffer );
218 buffer += strlen( name ) + 1;
219 return buffer;
220}
◆ NVecRead() [2/2]
char * ClientFattrRequest::NVecRead |
( |
char * | buffer, |
|
|
kXR_unt16 & | rc ) |
|
static |
Definition at line 205 of file XProtocol.cc.
206 {
208 rc = htons( rc );
210 return buffer;
211 }
◆ VVecInsert()
char * ClientFattrRequest::VVecInsert |
( |
const char * | value, |
|
|
char * | buffer ) |
|
static |
◆ VVecRead() [1/2]
char * ClientFattrRequest::VVecRead |
( |
char * | buffer, |
|
|
kXR_int32 & | len ) |
|
static |
Definition at line 224 of file XProtocol.cc.
225{
227 len = htonl( len );
229 return buffer;
230}
◆ VVecRead() [2/2]
char * ClientFattrRequest::VVecRead |
( |
char * | buffer, |
|
|
kXR_int32 | len, |
|
|
char *& | value ) |
|
static |
Definition at line 234 of file XProtocol.cc.
235{
236 value = reinterpret_cast<char*>( malloc( len + 1 ) );
237 strncpy( value, buffer, len );
238 value[len] = 0;
239 buffer += len;
240 return buffer;
241}
◆ aData
const int ClientFattrRequest::aData = 0x10 |
|
static |
◆ dlen
◆ fhandle
◆ isNew
const int ClientFattrRequest::isNew = 0x01 |
|
static |
◆ numattr
◆ options
◆ requestid
◆ reserved
kXR_char ClientFattrRequest::reserved[9] |
◆ streamid
kXR_char ClientFattrRequest::streamid[2] |
◆ subcode
The documentation for this struct was generated from the following files: