#include "vsl_api.h"
Go to the source code of this file.
Data Structures | |
struct | vsl_client_msg |
structure used as a client message from the client rcp program More... | |
struct | vsl_server_msg |
structure used as a server message reply from the server rcpd program to the client msg More... | |
Defines | |
#define | DEBUGLOG "./vsl_rcp.log" |
default file for server debug output | |
#define | MAGIC_PARM "234958oehtedu" |
parameter that indicates when vsl_rcpd is called from vsl_rcp | |
#define | MAX_HOST 64 |
#define | MAX_PATH 128 |
#define | MAX_USER 16 |
Typedefs | |
typedef vsl_client_msg | vsl_client_msg_t |
structure used as a client message from the client rcp program | |
typedef vsl_server_msg | vsl_server_msg_t |
structure used as a server message reply from the server rcpd program to the client msg | |
Enumerations | |
enum | status_t { RCP_READY = 0, RCP_ENOENT, RCP_EOPEN, RCP_ENOFILE, RCP_EUSER, RCP_EOTHER } |
server return codes More... | |
Functions | |
void | vfer_rcp_print_stats (vfer_stats *stats) |
Definition in file vsl_rcp.h.
#define DEBUGLOG "./vsl_rcp.log" |
#define MAGIC_PARM "234958oehtedu" |
typedef struct vsl_client_msg vsl_client_msg_t |
structure used as a client message from the client rcp program
typedef struct vsl_server_msg vsl_server_msg_t |
structure used as a server message reply from the server rcpd program to the client msg
enum status_t |
void vfer_rcp_print_stats | ( | vfer_stats * | stats | ) | [inline] |