Alexander V. Chernikov 95fbe4d0cc Simplify filling sockaddr_dl structure for if_resolvemulti()
callback providers. link_init_sdl() function can be used to
fill most of the parameters. Use caller stack instead of
allocation / freing memory for each request. Do not drop support
for extra-long (probably non-existing) link-layer protocols by
introducing link_alloc_sdl() (used by if_resolvemulti() callback)
and link_free_sdl() (used by caller).
Since this change breaks KBI, MFC requires slightly different approach
(link_init_sdl() auto-allocating buffer if necessary to handle cases
 with unmodified if_resolvemulti() callers).

MFC after:	2 weeks
2014-01-18 23:24:51 +00:00
..
2014-01-16 14:48:23 +00:00
2014-01-18 01:45:39 +00:00
2013-11-23 00:28:18 +00:00
2014-01-17 11:09:05 +00:00
2013-11-29 20:14:26 +00:00
2013-11-11 13:19:55 +00:00
2013-12-05 21:58:02 +00:00
2014-01-18 20:02:59 +00:00
2013-12-30 08:36:17 +00:00