ses_req_params_t
ses_req_params_t *sparam;
sparam = (ses_req_params_t *)param;
pack_ses_req_request(ses_req_params_t *params, char **buf, int *buf_size)
unpack_ses_req_request(ses_req_params_t *params, const char *buf)
pack_ses_req_reply(ses_req_params_t *params, char **buf, int *buf_size)
unpack_ses_req_reply(ses_req_params_t *params, const char *buf)
static int pack_ses_req_request(ses_req_params_t *params, char **buf,
static int unpack_ses_req_request(ses_req_params_t *params, const char *buf);
static int pack_ses_req_reply(ses_req_params_t *params, char **buf,
static int unpack_ses_req_reply(ses_req_params_t *params, const char *buf);
ses_req_params_t *rparam;
rparam = (ses_req_params_t *)param;
ses_req_params_t *rparam;
rparam = (ses_req_params_t *)param;
ses_req_params_t req;