Deleted Added
full compact
ifnet.9 (257696) ifnet.9 (257699)
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 257696 2013-11-05 10:29:47Z glebius $
29.\" $FreeBSD: head/share/man/man9/ifnet.9 257699 2013-11-05 12:52:56Z glebius $
30.\"
30.\"
31.Dd April 26, 2013
31.Dd November 5, 2013
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

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

578.It Dv IFF_LOOPBACK
579.Aq S
580The interface is a loopback device.
581.It Dv IFF_POINTOPOINT
582.Aq S*
583The interface is point-to-point;
584.Dq broadcast
585address is actually the address of the other end.
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

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

578.It Dv IFF_LOOPBACK
579.Aq S
580The interface is a loopback device.
581.It Dv IFF_POINTOPOINT
582.Aq S*
583The interface is point-to-point;
584.Dq broadcast
585address is actually the address of the other end.
586.It Dv IFF_SMART
587.Aq S*
588The interface manages its own routes, rather than using the generic
589code in
590.Fn if_up
591and
592.Fn if_down .
593This is probably useful for serial lines.
594.It Dv IFF_DRV_RUNNING
595.Aq D*
596The interface has been configured and dynamic resources were
597successfully allocated.
598Probably only useful internal to the
599interface.
600.It Dv IFF_NOARP
601.Aq D

--- 929 unchanged lines hidden ---
586.It Dv IFF_DRV_RUNNING
587.Aq D*
588The interface has been configured and dynamic resources were
589successfully allocated.
590Probably only useful internal to the
591interface.
592.It Dv IFF_NOARP
593.Aq D

--- 929 unchanged lines hidden ---