svcudp_bufcreate
extern SVCXPRT *svcudp_bufcreate(int, unsigned int, unsigned int);
PROTO_NORMAL(svcudp_bufcreate);
DEF_WEAK(svcudp_bufcreate);
return(svcudp_bufcreate(sock, UDPMSGSIZE, UDPMSGSIZE));