Deleted Added
full compact
ifnet.9 (267803) ifnet.9 (269243)
1.\" -*- Nroff -*-
2.\" Copyright 1996, 1997 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.\" -*- Nroff -*-
2.\" Copyright 1996, 1997 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/ifnet.9 267803 2014-06-23 18:40:21Z joel $
29.\" $FreeBSD: head/share/man/man9/ifnet.9 269243 2014-07-29 15:01:29Z glebius $
30.\"
30.\"
31.Dd November 5, 2013
31.Dd July 29, 2014
32.Dt IFNET 9
33.Os
34.Sh NAME
35.Nm ifnet ,
36.Nm ifaddr ,
37.Nm ifqueue ,
38.Nm if_data
39.Nd kernel interfaces for manipulating network interfaces

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

1079See below.
1080.It Va ifa_flags
1081.Pq Vt u_short
1082Some of the flags which would be used for a route representing this
1083address in the route table.
1084.It Va ifa_refcnt
1085.Pq Vt short
1086The reference count.
32.Dt IFNET 9
33.Os
34.Sh NAME
35.Nm ifnet ,
36.Nm ifaddr ,
37.Nm ifqueue ,
38.Nm if_data
39.Nd kernel interfaces for manipulating network interfaces

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

1079See below.
1080.It Va ifa_flags
1081.Pq Vt u_short
1082Some of the flags which would be used for a route representing this
1083address in the route table.
1084.It Va ifa_refcnt
1085.Pq Vt short
1086The reference count.
1087.It Va ifa_metric
1088.Pq Vt int
1089A metric associated with this interface address, for the use of some
1090external routing protocol.
1091.El
1092.Pp
1093References to
1094.Vt ifaddr
1095structures are gained by calling the
1096.Fn ifa_ref
1097function and released by calling the
1098.Fn ifa_free

--- 423 unchanged lines hidden ---
1087.El
1088.Pp
1089References to
1090.Vt ifaddr
1091structures are gained by calling the
1092.Fn ifa_ref
1093function and released by calling the
1094.Fn ifa_free

--- 423 unchanged lines hidden ---