ip.4 (edf0e5b3f896da8bf8b1fd0b923401d0c0141aa4) | ip.4 (0b992c1d66e8d7e1fe2a8ac92d06e15f208f6c80) |
---|---|
1.\" Copyright (c) 1983, 1991, 1993 2.\" The Regents of the University of California. All rights reserved. 3.\" 4.\" Redistribution and use in source and binary forms, with or without 5.\" modification, are permitted provided that the following conditions 6.\" are met: 7.\" 1. Redistributions of source code must retain the above copyright 8.\" notice, this list of conditions and the following disclaimer. --- 16 unchanged lines hidden (view full) --- 25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 30.\" SUCH DAMAGE. 31.\" 32.\" @(#)ip.4 8.2 (Berkeley) 11/30/93 | 1.\" Copyright (c) 1983, 1991, 1993 2.\" The Regents of the University of California. All rights reserved. 3.\" 4.\" Redistribution and use in source and binary forms, with or without 5.\" modification, are permitted provided that the following conditions 6.\" are met: 7.\" 1. Redistributions of source code must retain the above copyright 8.\" notice, this list of conditions and the following disclaimer. --- 16 unchanged lines hidden (view full) --- 25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 30.\" SUCH DAMAGE. 31.\" 32.\" @(#)ip.4 8.2 (Berkeley) 11/30/93 |
33.\" $Id$ |
|
33.\" 34.Dd November 30, 1993 35.Dt IP 4 36.Os BSD 4.2 37.Sh NAME 38.Nm ip 39.Nd Internet Protocol 40.Sh SYNOPSIS --- 355 unchanged lines hidden (view full) --- 396An unknown socket option name was given. 397.It Bq Er EINVAL 398The IP option field was improperly formed; 399an option field was shorter than the minimum value 400or longer than the option buffer provided. 401.El 402.Sh SEE ALSO 403.Xr getsockopt 2 , | 34.\" 35.Dd November 30, 1993 36.Dt IP 4 37.Os BSD 4.2 38.Sh NAME 39.Nm ip 40.Nd Internet Protocol 41.Sh SYNOPSIS --- 355 unchanged lines hidden (view full) --- 397An unknown socket option name was given. 398.It Bq Er EINVAL 399The IP option field was improperly formed; 400an option field was shorter than the minimum value 401or longer than the option buffer provided. 402.El 403.Sh SEE ALSO 404.Xr getsockopt 2 , |
404.Xr send 2 , | |
405.Xr recv 2 , | 405.Xr recv 2 , |
406.Xr intro 4 , | 406.Xr send 2 , |
407.Xr icmp 4 , | 407.Xr icmp 4 , |
408.Xr inet 4 | 408.Xr inet 4 , 409.Xr intro 4 |
409.Sh HISTORY 410The 411.Nm 412protocol appeared in 413.Bx 4.2 . | 410.Sh HISTORY 411The 412.Nm 413protocol appeared in 414.Bx 4.2 . |