Searched refs:tcp_conn (Results 1 – 1 of 1) sorted by relevance
124 struct tcp_conn struct226 struct tcp_conn *cd; in libc_hidden_nolink_sunrpc()229 cd = (struct tcp_conn *) mem_alloc (sizeof (struct tcp_conn)); in libc_hidden_nolink_sunrpc()235 mem_free (cd, sizeof (struct tcp_conn)); in libc_hidden_nolink_sunrpc()296 struct tcp_conn *cd = (struct tcp_conn *) xprt->xp_p1; in svctcp_destroy()310 mem_free ((caddr_t) cd, sizeof (struct tcp_conn)); in svctcp_destroy()381 struct tcp_conn *cd = in svctcp_stat()382 (struct tcp_conn *) (xprt->xp_p1); in svctcp_stat()394 struct tcp_conn *cd = (struct tcp_conn *) (xprt->xp_p1); in svctcp_recv()411 return ((*xdr_args) (&(((struct tcp_conn *) in svctcp_getargs()[all …]
Completed in 5 milliseconds