Home
last modified time | relevance | path

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

/glibc-2.36/sunrpc/
Dsvc_tcp.c353 ((struct tcp_conn *) (xprt->xp_p1))->strm_stat = XPRT_DIED; in readtcp()
371 ((struct tcp_conn *) (xprt->xp_p1))->strm_stat = XPRT_DIED; in writetcp()
384 if (cd->strm_stat == XPRT_DIED) in svctcp_stat()
385 return XPRT_DIED; in svctcp_stat()
404 cd->strm_stat = XPRT_DIED; /* XXXX */ in svctcp_recv()
Dsvc_unix.c452 ((struct unix_conn *) (xprt->xp_p1))->strm_stat = XPRT_DIED; in readunix()
470 ((struct unix_conn *) (xprt->xp_p1))->strm_stat = XPRT_DIED; in writeunix()
483 if (cd->strm_stat == XPRT_DIED) in svcunix_stat()
484 return XPRT_DIED; in svcunix_stat()
509 cd->strm_stat = XPRT_DIED; /* XXXX */ in svcunix_recv()
Dsvc.c537 if ((stat = SVC_STAT (xprt)) == XPRT_DIED) in libc_hidden_def()
/glibc-2.36/sunrpc/rpc/
Dsvc.h82 XPRT_DIED, enumerator