OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rpc_msg
(Results
1 - 13
of
13
) sorted by null
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpc/
rpc_msg.h
1
/* @(#)
rpc_msg
.h 2.1 88/07/29 4.0 RPCSRC */
30
/* @(#)
rpc_msg
.h 1.7 86/07/16 SMI */
41
*
rpc_msg
.h
153
struct
rpc_msg
{
struct
171
* struct
rpc_msg
*cmsg;
173
extern bool_t xdr_callmsg (XDR *__xdrs, struct
rpc_msg
*__cmsg) __THROW;
179
* struct
rpc_msg
*cmsg;
181
extern bool_t xdr_callhdr (XDR *__xdrs, struct
rpc_msg
*__cmsg) __THROW;
187
* struct
rpc_msg
*rmsg;
189
extern bool_t xdr_replymsg (XDR *__xdrs, struct
rpc_msg
*__rmsg) __THROW
[
all
...]
svc_auth.h
50
struct
rpc_msg
*__msg) __THROW;
svc.h
40
#include <rpc/
rpc_msg
.h>
80
bool_t (*xp_recv) (SVCXPRT *__xprt, struct
rpc_msg
*__msg);
86
bool_t (*xp_reply) (SVCXPRT *__xprt, struct
rpc_msg
*__msg);
111
* struct
rpc_msg
*msg;
rpc.h
54
#include <rpc/
rpc_msg
.h> /* protocol for rpc messages */
/external/tcpdump/
rpc_msg.h
1
/* @(#) $Header: /tcpdump/master/tcpdump/
rpc_msg
.h,v 1.1.2.1 2005/04/27 21:44:07 guy Exp $ (LBL) */
30
* from: @(#)
rpc_msg
.h 1.7 86/07/16 SMI
31
* from: @(#)
rpc_msg
.h 2.1 88/07/29 4.0 RPCSRC
32
* $FreeBSD: src/include/rpc/
rpc_msg
.h,v 1.11.2.1 1999/08/29 14:39:07 peter Exp $
36
*
rpc_msg
.h
print-sunrpc.c
53
#include "
rpc_msg
.h"
FILES
215
rpc_msg
.h
INSTALL
228
rpc_msg
.h - definitions for ONC RPC messages
print-tcp.c
51
#include "
rpc_msg
.h"
print-udp.c
55
#include "
rpc_msg
.h"
print-nfs.c
49
#include "
rpc_msg
.h"
[
all
...]
/external/openssl/ssl/
ssl_task.c
75
* struct
rpc_msg
{
147
struct
rpc_msg
{ /* Should have member alignment inhibited */
struct
153
#define RPC_HDR_SIZE (sizeof(struct
rpc_msg
) - 4092)
190
static int general_request ( io_channel chan, struct
rpc_msg
*msg, int length )
199
struct
rpc_msg
msg;
260
struct
rpc_msg
msg;
/external/openssl/crypto/bio/
bss_rtcp.c
78
struct
rpc_msg
{ /* Should have member alignment inhibited */
struct
84
#define RPC_HDR_SIZE (sizeof(struct
rpc_msg
) - 4092)
88
struct
rpc_msg
msg;
Completed in 334 milliseconds