Deleted Added
full compact
rtentry.9 (92279) rtentry.9 (119893)
1.\"
2.\" Copyright 1996 Massachusetts Institute of Technology
3.\"
4.\" Permission to use, copy, modify, and distribute this software and
5.\" its documentation for any purpose and without fee is hereby
6.\" granted, provided that both the above copyright notice and this
7.\" permission notice appear in all copies, that both the above
8.\" copyright notice and this permission notice appear in all

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

21.\" SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
22.\" LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
23.\" USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
24.\" ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
25.\" OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
26.\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27.\" SUCH DAMAGE.
28.\"
1.\"
2.\" Copyright 1996 Massachusetts Institute of Technology
3.\"
4.\" Permission to use, copy, modify, and distribute this software and
5.\" its documentation for any purpose and without fee is hereby
6.\" granted, provided that both the above copyright notice and this
7.\" permission notice appear in all copies, that both the above
8.\" copyright notice and this permission notice appear in all

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

21.\" SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
22.\" LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
23.\" USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
24.\" ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
25.\" OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
26.\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27.\" SUCH DAMAGE.
28.\"
29.\" $FreeBSD: head/share/man/man9/rtentry.9 92279 2002-03-14 18:43:09Z schweikh $
29.\" $FreeBSD: head/share/man/man9/rtentry.9 119893 2003-09-08 19:57:22Z ru $
30.Dd October 8, 1996
31.Os
32.Dt RTENTRY 9
33.Sh NAME
34.Nm rtentry
35.Nd structure of an entry in the kernel routing table
36.Sh SYNOPSIS
37.In sys/types.h
38.In sys/socket.h
39.In net/route.h
40.Sh DESCRIPTION
41The kernel provides a common mechanism by which all protocols can store
42and retrieve entries from a central table of routes. Parts of this
43mechanism are also used to interact with user-level processes by means
44of a socket in the
45.Xr route 4
46pseudo-protocol family.
47The
30.Dd October 8, 1996
31.Os
32.Dt RTENTRY 9
33.Sh NAME
34.Nm rtentry
35.Nd structure of an entry in the kernel routing table
36.Sh SYNOPSIS
37.In sys/types.h
38.In sys/socket.h
39.In net/route.h
40.Sh DESCRIPTION
41The kernel provides a common mechanism by which all protocols can store
42and retrieve entries from a central table of routes. Parts of this
43mechanism are also used to interact with user-level processes by means
44of a socket in the
45.Xr route 4
46pseudo-protocol family.
47The
48.Aq Pa net/route.h
48.In net/route.h
49header file defines the structures and manifest constants used in this
50facility.
51.Pp
52The basic structure of a route is defined by
53.Dq Li struct rtentry ,
54which includes the following fields:
55.Bl -tag -offset indent -width 6n
56.It Xo

--- 278 unchanged lines hidden ---
49header file defines the structures and manifest constants used in this
50facility.
51.Pp
52The basic structure of a route is defined by
53.Dq Li struct rtentry ,
54which includes the following fields:
55.Bl -tag -offset indent -width 6n
56.It Xo

--- 278 unchanged lines hidden ---