Lines Matching defs:xprt
141 SVCXPRT *xprt; in svctcp_create_withport() local
220 SVCXPRT *xprt; in makefd_xprt() local
257 rendezvous_request(SVCXPRT *xprt, struct rpc_msg *ignored) in rendezvous_request()
317 rendezvous_stat(SVCXPRT *xprt) in rendezvous_stat()
324 svctcp_destroy(SVCXPRT *xprt) in svctcp_destroy()
355 readtcp(SVCXPRT *xprt, caddr_t buf, int len) in readtcp()
423 writetcp(SVCXPRT *xprt, caddr_t buf, int len) in writetcp()
438 svctcp_stat(SVCXPRT *xprt) in svctcp_stat()
451 svctcp_recv(SVCXPRT *xprt, struct rpc_msg *msg) in svctcp_recv()
468 svctcp_getargs(SVCXPRT *xprt, xdrproc_t xdr_args, caddr_t args_ptr) in svctcp_getargs()
475 svctcp_freeargs(SVCXPRT *xprt, xdrproc_t xdr_args, caddr_t args_ptr) in svctcp_freeargs()
485 svctcp_reply(SVCXPRT *xprt, struct rpc_msg *msg) in svctcp_reply()