Home
last modified time | relevance | path

Searched refs:SunMsg (Results 1 – 4 of 4) sorted by relevance

/plan9/sys/src/libsunrpc/
H A Dserver.c14 static SunProg *sunFindProg(SunSrv*, SunMsg*, SunRpc*, Channel**);
30 srv->crequest = chancreate(sizeof(SunMsg*), 16); in sunSrv()
31 srv->creply = chancreate(sizeof(SunMsg*), 16); in sunSrv()
85 SunMsg *m; in sunRpcRequestThread()
139 sunFindProg(SunSrv *srv, SunMsg *m, SunRpc *rpc, Channel **pc) in sunFindProg()
179 SunMsg *m; in sunRpcReplyThread()
189 sunMsgReplyError(SunMsg *m, SunStatus error) in sunMsgReplyError()
225 sunMsgReply(SunMsg *m, SunCall *c) in sunMsgReply()
269 sunMsgDrop(SunMsg *m) in sunMsgDrop()
H A Dfd.c14 SunMsg msg;
97 arg->creply = chancreate(sizeof(SunMsg*), 10); in sunSrvFd()
H A Dudp.c10 SunMsg msg;
102 arg->creply = chancreate(sizeof(SunMsg*), 10); in sunSrvUdp()
/plan9/sys/include/
H A Dsunrpc.h186 typedef struct SunMsg SunMsg; typedef
194 struct SunMsg struct
232 int sunMsgReply(SunMsg*, SunCall*);
233 int sunMsgDrop(SunMsg*);
234 int sunMsgReplyError(SunMsg*, SunStatus);