#include <XProtocol.hh>
|
| static const int | aData = 0x10 |
| static const int | isNew = 0x01 |
Definition at line 315 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 219 of file XProtocol.cc.
220{
221 name = strdup( buffer );
222 buffer += strlen( name ) + 1;
223 return buffer;
224}
◆ NVecRead() [2/2]
| char * ClientFattrRequest::NVecRead |
( |
char * | buffer, |
|
|
kXR_unt16 & | rc ) |
|
static |
Definition at line 209 of file XProtocol.cc.
210 {
212 rc = htons( rc );
214 return buffer;
215 }
◆ 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 228 of file XProtocol.cc.
229{
231 len = htonl( len );
233 return buffer;
234}
◆ VVecRead() [2/2]
| char * ClientFattrRequest::VVecRead |
( |
char * | buffer, |
|
|
kXR_int32 | len, |
|
|
char *& | value ) |
|
static |
Definition at line 238 of file XProtocol.cc.
239{
240 value = reinterpret_cast<char*>( malloc( len + 1 ) );
241 strncpy( value, buffer, len );
242 value[len] = 0;
243 buffer += len;
244 return buffer;
245}
◆ 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: