RE: [RFCv3 bluetooth-next 3/4] ipv6: add ipv6_addr_prefix_copy

2015-12-01 Thread Duda, Lukasz
z; > martin.gergel...@hs-rm.de; Alexander Aring; David S . Miller; Alexey > Kuznetsov; James Morris; Hideaki YOSHIFUJI; Patrick McHardy > Subject: [RFCv3 bluetooth-next 3/4] ipv6: add ipv6_addr_prefix_copy > > This patch adds a static inline function ipv6_addr_prefix_copy which copies a &

Re: [RFCv3 bluetooth-next 3/4] ipv6: add ipv6_addr_prefix_copy

2015-12-01 Thread Stefan Schmidt
Hello. On 29/11/15 12:34, Alexander Aring wrote: This patch adds a static inline function ipv6_addr_prefix_copy which copies a ipv6 address prefix(argument pfx) into the ipv6 address prefix. The prefix len is given by plen as bits. This function mainly based on ipv6_addr_prefix which copies one

Re: [RFCv3 bluetooth-next 3/4] ipv6: add ipv6_addr_prefix_copy

2015-12-01 Thread YOSHIFUJI Hideaki/吉藤英明
Hannes Frederic Sowa wrote: > > > On Sun, Nov 29, 2015, at 12:34, Alexander Aring wrote: >> This patch adds a static inline function ipv6_addr_prefix_copy which >> copies a ipv6 address prefix(argument pfx) into the ipv6 address prefix. >> The prefix len is given by plen as bits. This function ma

Re: [RFCv3 bluetooth-next 3/4] ipv6: add ipv6_addr_prefix_copy

2015-12-01 Thread Hannes Frederic Sowa
On Sun, Nov 29, 2015, at 12:34, Alexander Aring wrote: > This patch adds a static inline function ipv6_addr_prefix_copy which > copies a ipv6 address prefix(argument pfx) into the ipv6 address prefix. > The prefix len is given by plen as bits. This function mainly based on > ipv6_addr_prefix whic

[RFCv3 bluetooth-next 3/4] ipv6: add ipv6_addr_prefix_copy

2015-11-29 Thread Alexander Aring
This patch adds a static inline function ipv6_addr_prefix_copy which copies a ipv6 address prefix(argument pfx) into the ipv6 address prefix. The prefix len is given by plen as bits. This function mainly based on ipv6_addr_prefix which copies one address prefix from address into a new ipv6 address