svcudp_create

Name

svcudp_create --  Creates a UDP-based RPC service transport.

Synopsis

SVCXPRT *

svcudp_create(int sock);

Description

This call is equivalent to svcudp_bufcreate( sock, SZ, SZ) for some default size SZ.