SVCXPRT_EXT
((SVCXPRT_EXT *) xprt->xp_p3)
SVCXPRT_EXT *ext;
ext = mem_alloc(sizeof(SVCXPRT_EXT));
memset(ext, 0, sizeof(SVCXPRT_EXT));
mem_free(xprt->xp_p3, sizeof(SVCXPRT_EXT));
SVCXPRT_EXT *ext;
ext = mem_alloc(sizeof(SVCXPRT_EXT));
mem_free(xprt->xp_p3, sizeof(SVCXPRT_EXT));
((SVCXPRT_EXT *) xprt->xp_p3)