ReactOS 0.4.16-dev-401-g45b008d
|
#include <svc.h>
Classes | |
struct | xp_ops |
struct | xp_ops2 |
Public Attributes | |
SOCKET | xp_fd |
u_short | xp_port |
const struct __rpc_svcxprt::xp_ops * | xp_ops |
int | xp_addrlen |
struct sockaddr_in6 | xp_raddr |
const struct __rpc_svcxprt::xp_ops2 * | xp_ops2 |
char * | xp_tp |
char * | xp_netid |
struct netbuf | xp_ltaddr |
struct netbuf | xp_rtaddr |
struct opaque_auth | xp_verf |
SVCAUTH * | xp_auth |
void * | xp_p1 |
void * | xp_p2 |
void * | xp_p3 |
int | xp_type |
int __rpc_svcxprt::xp_addrlen |
Definition at line 109 of file svc.h.
Referenced by __xprt_set_raddr().
SVCAUTH* __rpc_svcxprt::xp_auth |
Definition at line 122 of file svc.h.
Referenced by _svcauth_gss(), _svcauth_none(), svc_getreq_common(), svcauth_gss_accept_sec_context(), and svcauth_gss_nextverf().
SOCKET __rpc_svcxprt::xp_fd |
Definition at line 91 of file svc.h.
Referenced by __rpc_get_local_uid(), __svc_vc_dodestroy(), __xprt_do_unregister(), makefd_xprt(), read_vc(), rendezvous_request(), svc_dg_create(), svc_dg_destroy(), svc_dg_recv(), svc_dg_reply(), svc_raw_create(), svc_reg(), svc_tli_create(), svc_vc_create(), write_vc(), and xprt_register().
Definition at line 119 of file svc.h.
Referenced by __svc_vc_dodestroy(), svc_dg_create(), svc_dg_destroy(), and svc_vc_create().
char* __rpc_svcxprt::xp_netid |
Definition at line 118 of file svc.h.
Referenced by __svc_vc_dodestroy(), cache_get(), cache_set(), makefd_xprt(), svc_reg(), svc_tli_create(), and universal().
Referenced by __svc_clean_idle(), svc_dg_ops(), svc_raw_ops(), svc_vc_ops(), and svc_vc_rendezvous_ops().
Referenced by svc_dg_ops(), svc_raw_ops(), svc_vc_ops(), and svc_vc_rendezvous_ops().
void* __rpc_svcxprt::xp_p1 |
Definition at line 123 of file svc.h.
Referenced by __svc_clean_idle(), __svc_vc_dodestroy(), makefd_xprt(), read_vc(), rendezvous_request(), svc_vc_create(), svc_vc_freeargs(), svc_vc_getargs(), svc_vc_recv(), svc_vc_rendezvous_control(), svc_vc_reply(), svc_vc_stat(), and write_vc().
void* __rpc_svcxprt::xp_p2 |
Definition at line 124 of file svc.h.
Referenced by svc_dg_create(), and svc_vc_create().
void* __rpc_svcxprt::xp_p3 |
Definition at line 125 of file svc.h.
Referenced by svc_raw_create(), and svc_vc_create().
u_short __rpc_svcxprt::xp_port |
Definition at line 92 of file svc.h.
Referenced by __svc_vc_dodestroy(), makefd_xprt(), svc_raw_create(), and svc_vc_create().
struct sockaddr_in6 __rpc_svcxprt::xp_raddr |
Definition at line 110 of file svc.h.
Referenced by __xprt_set_raddr().
Definition at line 120 of file svc.h.
Referenced by __rpc_get_local_uid(), __svc_vc_dodestroy(), cache_get(), cache_set(), svc_dg_create(), svc_dg_destroy(), svc_dg_recv(), and svc_dg_reply().
char* __rpc_svcxprt::xp_tp |
Definition at line 117 of file svc.h.
Referenced by __svc_vc_dodestroy(), svc_dg_destroy(), svc_tli_create(), and svc_vc_create().
int __rpc_svcxprt::xp_type |
Definition at line 126 of file svc.h.
Referenced by svc_tli_create().
struct opaque_auth __rpc_svcxprt::xp_verf |
Definition at line 121 of file svc.h.
Referenced by _authenticate(), _svcauth_des(), _svcauth_gss(), _svcauth_unix(), makefd_xprt(), svc_dg_create(), svc_raw_create(), svc_sendreply(), svc_vc_create(), svcauth_gss_accept_sec_context(), svcauth_gss_nextverf(), svcerr_decode(), svcerr_noproc(), svcerr_noprog(), svcerr_progvers(), and svcerr_systemerr().