Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/inet/rpc/
A Dsvc_simple.c126 universal (struct svc_req *rqstp, SVCXPRT *transp_l) in universal() argument
139 if (svc_sendreply (transp_l, (xdrproc_t)xdr_void, (char *) NULL) == FALSE) in universal()
153 if (!svc_getargs (transp_l, pl->p_inproc, xdrbuf)) in universal()
155 svcerr_decode (transp_l); in universal()
162 if (!svc_sendreply (transp_l, pl->p_outproc, outdata)) in universal()
170 (void) svc_freeargs (transp_l, pl->p_inproc, xdrbuf); in universal()

Completed in 4 milliseconds