NAME | SYNOPSIS | DESCRIPTION | INTERFACES | FILES | ATTRIBUTES | SEE ALSO
cc [ flag . . . ] file . . . -lxnet [ library . . . ]
Functions in this library provide networking interfaces which comply with the X/Open CAE Specification, Networking Services, Issue 4.
The shared object libxnet.so.1 and its dependants provide the public interfaces defined below.
For additional information on shared object interfaces, see intro(3).
SUNW_1.1 (generic):
| accept | bind | connect |
| endhostent | endnetent | endprotoent |
| endservent | gethostbyaddr | gethostbyname |
| gethostent | gethostname | getnetbyaddr |
| getnetbyname | getnetent | getpeername |
| getprotobyname | getprotobynumber | getprotoent |
| getservbyname | getservbyport | getservent |
| getsockname | getsockopt | h_errno |
| htonl | htons | inet_addr |
| inet_lnaof | inet_makeaddr | inet_netof |
| inet_network | inet_ntoa | listen |
| ntohl | ntohs | recv |
| recvfrom | recvmsg | send |
| sendmsg | sendto | sethostent |
| setnetent | setprotoent | setservent |
| setsockopt | shutdown | socket |
| socketpair | t_accept | t_alloc |
| t_bind | t_close | t_connect |
| t_errno | t_error | t_free |
| t_getinfo | t_getprotaddr | t_getstate |
| t_listen | t_look | t_open |
| t_optmgmt | t_rcv | t_rcvconnect |
| t_rcvdis | t_rcvrel | t_rcvudata |
| t_rcvuderr | t_snd | t_snddis |
| t_sndrel | t_sndudata | t_strerror |
| t_sync | t_unbind |
See attributes(5) for descriptions of the following attributes:
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
|---|---|
| Availability | SUNWcsl (32-bit) |
| SUNWcslx (64-bit) | |
| MT-Level | Safe |
NAME | SYNOPSIS | DESCRIPTION | INTERFACES | FILES | ATTRIBUTES | SEE ALSO