Deleted Added
full compact
3.t (1639) 3.t (108533)
1.\" Copyright (c) 1986, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 17 unchanged lines hidden (view full) ---

26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" @(#)3.t 8.1 (Berkeley) 6/8/93
33.\"
1.\" Copyright (c) 1986, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 17 unchanged lines hidden (view full) ---

26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" @(#)3.t 8.1 (Berkeley) 6/8/93
33.\"
34.\" $FreeBSD: head/share/doc/psd/21.ipc/3.t 108533 2003-01-01 18:49:04Z schweikh $
35.\"
34.\".ds RH "Network Library Routines
35.bp
36.nr H1 3
37.nr H2 0
38.bp
39.LG
40.B
41.ce

--- 198 unchanged lines hidden (view full) ---

240struct protoent {
241 char *p_name; /* official protocol name */
242 char **p_aliases; /* alias list */
243 int p_proto; /* protocol number */
244};
245.DE
246.PP
247In the NS domain, protocols are indicated by the "client type"
36.\".ds RH "Network Library Routines
37.bp
38.nr H1 3
39.nr H2 0
40.bp
41.LG
42.B
43.ce

--- 198 unchanged lines hidden (view full) ---

242struct protoent {
243 char *p_name; /* official protocol name */
244 char **p_aliases; /* alias list */
245 int p_proto; /* protocol number */
246};
247.DE
248.PP
249In the NS domain, protocols are indicated by the "client type"
248field of a IDP header. No protocol database exists; see section
250field of an IDP header. No protocol database exists; see section
2495 for more information.
250.NH 2
251Service names
252.PP
253Information regarding services is a bit more complicated. A service
254is expected to reside at a specific \*(lqport\*(rq and employ
255a particular communication protocol. This view is consistent with
256the Internet domain, but inconsistent with other network architectures.

--- 153 unchanged lines hidden ---
2515 for more information.
252.NH 2
253Service names
254.PP
255Information regarding services is a bit more complicated. A service
256is expected to reside at a specific \*(lqport\*(rq and employ
257a particular communication protocol. This view is consistent with
258the Internet domain, but inconsistent with other network architectures.

--- 153 unchanged lines hidden ---