Gleb Smirnoff 9711a168b9 Retire struct sockaddr_inarp.
Since ARP and routing are separated, "proxy only" entries
don't have any meaning, thus we don't need additional field
in sockaddr to pass SIN_PROXY flag.

New kernel is binary compatible with old tools, since sizes
of sockaddr_inarp and sockaddr_in match, and sa_family are
filled with same value.

The structure declaration is left for compatibility with
third party software, but in tree code no longer use it.

Reviewed by:	ru, andre, net@
2013-01-31 08:55:21 +00:00
..
2012-11-29 05:16:50 +00:00
2011-11-06 20:39:35 +00:00
2011-11-09 21:01:50 +00:00
2012-09-27 23:31:06 +00:00
2013-01-09 18:18:08 +00:00
2012-05-12 15:08:22 +00:00
2012-08-01 00:36:12 +00:00
2012-01-28 13:41:34 +00:00
2012-05-17 11:50:12 +00:00
2012-09-29 16:42:01 +00:00
2013-01-01 18:28:21 +00:00
2012-02-07 14:06:30 +00:00
2013-01-31 08:55:21 +00:00
2012-01-13 06:56:59 +00:00
2012-08-01 09:10:21 +00:00
2012-11-15 15:06:21 +00:00