Home
last modified time | relevance | path

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

/netbsd-src/lib/libc/rpc/
H A Dsvc_vc.c104 struct cf_conn { /* kept in xprt->xp_p1 for actual connection */ struct
263 struct cf_conn *cd; in makefd_xprt()
273 cd = mem_alloc(sizeof(struct cf_conn)); in makefd_xprt()
306 struct cf_conn *cd; in rendezvous_request()
352 cd = (struct cf_conn *)newxprt->xp_p1; in rendezvous_request()
399 struct cf_conn *cd; in __svc_vc_dodestroy()
402 cd = (struct cf_conn *)xprt->xp_p1; in __svc_vc_dodestroy()
414 mem_free(cd, sizeof(struct cf_conn)); in __svc_vc_dodestroy()
475 struct cf_conn *cfp; in read_vc()
518 cfp = (struct cf_conn *)xprt->xp_p1; in read_vc()
[all …]