ReactOS 0.4.15-dev-7788-g1ad9096
__rpc_svcxprt Struct Reference

#include <svc.h>

Collaboration diagram for __rpc_svcxprt:

Classes

struct  xp_ops
 
struct  xp_ops2
 

Public Attributes

SOCKET xp_fd
 
u_short xp_port
 
const struct __rpc_svcxprt::xp_opsxp_ops
 
int xp_addrlen
 
struct sockaddr_in6 xp_raddr
 
const struct __rpc_svcxprt::xp_ops2xp_ops2
 
charxp_tp
 
charxp_netid
 
struct netbuf xp_ltaddr
 
struct netbuf xp_rtaddr
 
struct opaque_auth xp_verf
 
SVCAUTHxp_auth
 
voidxp_p1
 
voidxp_p2
 
voidxp_p3
 
int xp_type
 

Detailed Description

Definition at line 90 of file svc.h.

Member Data Documentation

◆ xp_addrlen

int __rpc_svcxprt::xp_addrlen

Definition at line 109 of file svc.h.

Referenced by __xprt_set_raddr().

◆ xp_auth

SVCAUTH* __rpc_svcxprt::xp_auth

◆ xp_fd

◆ xp_ltaddr

struct netbuf __rpc_svcxprt::xp_ltaddr

Definition at line 119 of file svc.h.

Referenced by __svc_vc_dodestroy(), svc_dg_create(), svc_dg_destroy(), and svc_vc_create().

◆ xp_netid

char* __rpc_svcxprt::xp_netid

◆ xp_ops

◆ xp_ops2

◆ xp_p1

◆ xp_p2

void* __rpc_svcxprt::xp_p2

Definition at line 124 of file svc.h.

Referenced by svc_dg_create(), and svc_vc_create().

◆ xp_p3

void* __rpc_svcxprt::xp_p3

Definition at line 125 of file svc.h.

Referenced by svc_raw_create(), and svc_vc_create().

◆ xp_port

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().

◆ xp_raddr

struct sockaddr_in6 __rpc_svcxprt::xp_raddr

Definition at line 110 of file svc.h.

Referenced by __xprt_set_raddr().

◆ xp_rtaddr

◆ xp_tp

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().

◆ xp_type

int __rpc_svcxprt::xp_type

Definition at line 126 of file svc.h.

Referenced by svc_tli_create().

◆ xp_verf


The documentation for this struct was generated from the following file: