Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/inet/rpc/
A Dsvc_tcp.c324 ((struct tcp_conn *) (xprt->xp_p1))->strm_stat = XPRT_DIED; in readtcp()
342 ((struct tcp_conn *) (xprt->xp_p1))->strm_stat = XPRT_DIED; in writetcp()
355 if (cd->strm_stat == XPRT_DIED) in svctcp_stat()
356 return XPRT_DIED; in svctcp_stat()
375 cd->strm_stat = XPRT_DIED; /* XXXX */ in svctcp_recv()
A Dsvc_unix.c428 ((struct unix_conn *) (xprt->xp_p1))->strm_stat = XPRT_DIED; in readunix()
446 ((struct unix_conn *) (xprt->xp_p1))->strm_stat = XPRT_DIED; in writeunix()
459 if (cd->strm_stat == XPRT_DIED) in svcunix_stat()
460 return XPRT_DIED; in svcunix_stat()
485 cd->strm_stat = XPRT_DIED; /* XXXX */ in svcunix_recv()
A Dsvc.c431 if ((stat = SVC_STAT (xprt)) == XPRT_DIED) in libc_hidden_def()
/l4re-core-master/uclibc/lib/contrib/uclibc/include/rpc/
A Dsvc.h67 XPRT_DIED, enumerator

Completed in 6 milliseconds