1libxnet(3LIB)                 Interface Libraries                libxnet(3LIB)
2
3
4

NAME

6       libxnet - X/Open Networking library
7

SYNOPSIS

9       cc [ flag... ] file... -lxnet [ library... ]
10
11

DESCRIPTION

13       Functions  in  this  library provide networking interfaces which comply
14       with the X/Open CAE Specification, Networking Services, Issue 4.
15

INTERFACES

17       The shared object libxnet.so.1 provides the public  interfaces  defined
18       below.  See Intro(3) for additional information on shared object inter‐
19       faces.
20
21
22
23
24       __t_errno                     __xnet_bind
25       __xnet_connect                __xnet_getsockopt
26       __xnet_listen                 __xnet_recvmsg
27       __xnet_sendmsg                __xnet_sendto
28       __xnet_socket                 __xnet_socketpair
29       _xti_accept                   _xti_alloc
30       _xti_bind                     _xti_close
31       _xti_connect                  _xti_error
32       _xti_free                     _xti_getinfo
33       _xti_getprotaddr              _xti_getstate
34       _xti_listen                   _xti_look
35       _xti_open                     _xti_optmgmt
36       _xti_rcv                      _xti_rcvconnect
37       _xti_rcvdis                   _xti_rcvrel
38       _xti_rcvreldata               _xti_rcvudata
39       _xti_rcvuderr                 _xti_rcvv
40       _xti_rcvvudata                _xti_snd
41       _xti_snddis                   _xti_sndrel
42       _xti_sndreldata               _xti_sndudata
43       _xti_sndv                     _xti_sndvudata
44       _xti_strerror                 _xti_sync
45       _xti_sysconf                  _xti_unbind
46       _xti_xns5_accept              _xti_xns5_snd
47       accept                        bind
48       connect                       endhostent
49       endnetent                     endprotoent
50       endservent                    freeaddrinfo
51       gai_strerror                  getaddrinfo
52       gethostbyaddr                 gethostbyname
53       gethostent                    gethostname
54       getnameinfo                   getnetbyaddr
55       gethostname                   getnetbyaddr
56       getnetbyname                  getnetent
57       getpeername                   getprotobyname
58       getprotobynumber              getprotoent
59       getservbyname                 getservbyport
60       getservent                    getsockname
61       getsockopt                    h_errno
62       htonl                         htons
63       if_freenameindex              if_indextoname
64       if_nameindex                  if_nametoindex
65       inet_addr                     inet_lnaof
66
67       inet_makeaddr                 inet_netof
68       inet_network                  inet_ntoa
69       inet_ntop                     inet_pton
70       listen                        ntohl
71       ntohs                         recv
72       recvfrom                      recvmsg
73       send                          sendmsg
74       sendto                        sethostent
75       setnetent                     setprotoent
76       setservent                    setsockopt
77       shutdown                      sockatmark
78       socket                        socketpair
79       t_errno
80
81

FILES

83       /lib/libxnet.so.1       shared object
84
85
86       /lib/64/libxnet.so.1    64-bit shared object
87
88

ATTRIBUTES

90       See attributes(5) for descriptions of the following attributes:
91
92
93
94
95       ┌─────────────────────────────┬─────────────────────────────┐
96       │      ATTRIBUTE TYPE         │      ATTRIBUTE VALUE        │
97       ├─────────────────────────────┼─────────────────────────────┤
98       │Availability                 │SUNWcsl (32-bit)             │
99       ├─────────────────────────────┼─────────────────────────────┤
100       │                             │SUNWcslx (64-bit)            │
101       ├─────────────────────────────┼─────────────────────────────┤
102       │Interface Stability          │Standard                     │
103       ├─────────────────────────────┼─────────────────────────────┤
104       │MT-Level                     │Safe                         │
105       └─────────────────────────────┴─────────────────────────────┘
106

SEE ALSO

108       Intro(3), attributes(5), standards(5)
109
110
111
112SunOS 5.11                        24 Mar 2004                    libxnet(3LIB)
Impressum