Searched refs:SVCXPRT_EXT (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.3-release/include/rpc/
H A Dsvc.h147 } SVCXPRT_EXT; typedef in typeref:struct:__rpc_svcxprt_ext
208 ((SVCXPRT_EXT *) xprt->xp_p3)
/freebsd-10.3-release/lib/libc/rpc/
H A Dsvc.c564 SVCXPRT_EXT *ext;
570 ext = mem_alloc(sizeof(SVCXPRT_EXT));
575 memset(ext, 0, sizeof(SVCXPRT_EXT));
590 mem_free(xprt->xp_p3, sizeof(SVCXPRT_EXT));
/freebsd-10.3-release/sys/rpc/
H A Dsvc.h221 } SVCXPRT_EXT; typedef in typeref:struct:__rpc_svcxprt_ext
484 ((SVCXPRT_EXT *) xprt->xp_p3)
H A Dsvc.c847 SVCXPRT_EXT *ext;
851 ext = mem_alloc(sizeof(SVCXPRT_EXT));
852 memset(ext, 0, sizeof(SVCXPRT_EXT));
867 mem_free(xprt->xp_p3, sizeof(SVCXPRT_EXT));

Completed in 59 milliseconds