svc_dg_create
extern SVCXPRT *svc_dg_create(const int, const u_int, const u_int);
xprt = svc_dg_create(fd, sendsz, recvsz);
transp = svc_dg_create(fd, 0, 0);