Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/inet/rpc/
A Dsvc_tcp.c108 struct tcp_conn struct
207 struct tcp_conn *cd; in makefd_xprt()
210 cd = (struct tcp_conn *) mem_alloc (sizeof (struct tcp_conn)); in makefd_xprt()
215 mem_free (cd, sizeof (struct tcp_conn)); in makefd_xprt()
267 struct tcp_conn *cd = (struct tcp_conn *) xprt->xp_p1; in svctcp_destroy()
281 mem_free ((caddr_t) cd, sizeof (struct tcp_conn)); in svctcp_destroy()
352 struct tcp_conn *cd = in svctcp_stat()
353 (struct tcp_conn *) (xprt->xp_p1); in svctcp_stat()
365 struct tcp_conn *cd = (struct tcp_conn *) (xprt->xp_p1); in svctcp_recv()
382 return ((*xdr_args) (&(((struct tcp_conn *) in svctcp_getargs()
[all …]

Completed in 3 milliseconds