Deleted Added
sdiff udiff text old ( 267803 ) new ( 269243 )
full compact
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 269243 2014-07-29 15:01:29Z glebius $
30.\"
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.
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 ---