Creates a User Datagram Protocol/Internet Protocol (UDP/IP) service transport handle.
#include <rpc/rpc.h>
SVCXPRT *svcudp_create (sock) int sock;
The svcudp_create subroutine creates a Remote Procedure Call (RPC) service transport handle based on UDP/IP and returns a pointer to it.
The UDP/IP service transport handle is used only for procedures that take up to 8KB of encoded arguments or results.
Upon successful completion, this subroutine returns a valid RPC service transport. If unsuccessful, it returns a value of null.
This subroutine is part of Base Operating System (BOS) Runtime.
The registerrpc subroutine, svctcp_create subroutine.
List of RPC Programming References.
TCP/IP Protocols in AIX Version 4.3 System Management Guide: Communications and Networks.
Remote Procedure Call (RPC) Overview for Programming in AIX Communications Programming Concepts.