Deleted Added
full compact
ip6.4 (141580) ip6.4 (141846)
1.\" $KAME: ip6.4,v 1.23 2005/01/11 05:56:25 itojun Exp $
2.\" $OpenBSD: ip6.4,v 1.21 2005/01/06 03:50:46 itojun Exp $
3.\"
4.\" Copyright (c) 1983, 1991, 1993
5.\" The Regents of the University of California. All rights reserved.
6.\"
7.\" Redistribution and use in source and binary forms, with or without
8.\" modification, are permitted provided that the following conditions

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

23.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
24.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
25.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
26.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
27.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
28.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
29.\" SUCH DAMAGE.
30.\"
1.\" $KAME: ip6.4,v 1.23 2005/01/11 05:56:25 itojun Exp $
2.\" $OpenBSD: ip6.4,v 1.21 2005/01/06 03:50:46 itojun Exp $
3.\"
4.\" Copyright (c) 1983, 1991, 1993
5.\" The Regents of the University of California. All rights reserved.
6.\"
7.\" Redistribution and use in source and binary forms, with or without
8.\" modification, are permitted provided that the following conditions

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

23.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
24.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
25.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
26.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
27.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
28.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
29.\" SUCH DAMAGE.
30.\"
31.\" $FreeBSD: head/share/man/man4/ip6.4 141580 2005-02-09 18:07:17Z ru $
31.\" $FreeBSD: head/share/man/man4/ip6.4 141846 2005-02-13 22:25:33Z ru $
32.\"
33.Dd December 29, 2004
34.Dt IP6 4
35.Os
36.Sh NAME
37.Nm ip6
38.Nd Internet Protocol version 6 (IPv6) network layer
39.Sh SYNOPSIS

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

606A socket operation may fail with one of the following errors returned:
607.Bl -tag -width EADDRNOTAVAILxx
608.It Bq Er EISCONN
609when trying to establish a connection on a socket which
610already has one or when trying to send a datagram with the destination
611address specified and the socket is already connected.
612.It Bq Er ENOTCONN
613when trying to send a datagram, but
32.\"
33.Dd December 29, 2004
34.Dt IP6 4
35.Os
36.Sh NAME
37.Nm ip6
38.Nd Internet Protocol version 6 (IPv6) network layer
39.Sh SYNOPSIS

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

606A socket operation may fail with one of the following errors returned:
607.Bl -tag -width EADDRNOTAVAILxx
608.It Bq Er EISCONN
609when trying to establish a connection on a socket which
610already has one or when trying to send a datagram with the destination
611address specified and the socket is already connected.
612.It Bq Er ENOTCONN
613when trying to send a datagram, but
614no destination address is specified, and the socket hasn't been
614no destination address is specified, and the socket has not been
615connected.
616.It Bq Er ENOBUFS
617when the system runs out of memory for
618an internal data structure.
619.It Bq Er EADDRNOTAVAIL
620when an attempt is made to create a
621socket with a network address for which no network interface
622exists.

--- 66 unchanged lines hidden ---
615connected.
616.It Bq Er ENOBUFS
617when the system runs out of memory for
618an internal data structure.
619.It Bq Er EADDRNOTAVAIL
620when an attempt is made to create a
621socket with a network address for which no network interface
622exists.

--- 66 unchanged lines hidden ---