Socket API
The Socket Application Programmer's Interface is a subset of the Berkeley Sockets API. In general, the RTIP-32 functions are equivalent to the Berkeley implementation but descriptions should be read carefully before they are used.
The routine xn_rtip_init must be called prior to calling any other RTIP-32 API.
RTIP-32 Configuration
Function accept
Function bind
Function closesocket
Function connect
Function gethostbyaddr
Function gethostbyname
Function getpeername
Function getprotobyname
Function getprotobynumber
Function getservbyname
Function getservbyport
Function getsockname
Function getsockopt
Function htonl
Function htons
Function inet_addr
Function inet_ntoa
Function ioctlsocket
Function listen
Function ntohl
Function ntohs
Function recv
Function recvfrom
Function select
Function send
Function sendto
Function setsockopt
Function shutdown
Function socket
Simplified Networking API
|