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-12-07 12:39:58 +00:00
2012-11-16 01:37:25 +00:00
2012-09-14 21:17:53 +00:00
2013-01-11 17:34:30 +00:00
2012-09-22 17:47:37 +00:00
2013-01-31 08:55:21 +00:00
2012-12-03 19:00:23 +00:00
2012-11-29 13:35:44 +00:00
2012-10-22 18:56:31 +00:00
2013-01-03 07:25:30 +00:00
2012-02-22 03:36:15 +00:00
2011-12-08 02:40:46 +00:00
2012-12-22 21:32:12 +00:00