mirror of https://github.com/ARMmbed/mbed-os.git
Merge commit '316948e8997cd18891c1e06b4648da0001ceb794' into feature-wisun
* commit '316948e8997cd18891c1e06b4648da0001ceb794': Squashed 'features/frameworks/nanostack-libservice/' changes from 9af756886f..9a61e73787pull/12515/head
commit
3c5613a4e2
|
@ -57,7 +57,7 @@ uint_fast8_t ip6_prefix_tos(const void *prefix, uint_fast8_t prefix_len, char *p
|
||||||
* IPv4 tunneling addresses are not covered.
|
* IPv4 tunneling addresses are not covered.
|
||||||
*
|
*
|
||||||
* \param ip6addr IPv6 address in string format.
|
* \param ip6addr IPv6 address in string format.
|
||||||
* \param len Lenght of ipv6 string, maximum of 41.
|
* \param len Length of ipv6 string, maximum of 41.
|
||||||
* \param dest buffer for address. MUST be 16 bytes. Filled with 0 on error.
|
* \param dest buffer for address. MUST be 16 bytes. Filled with 0 on error.
|
||||||
* \return boolean set to true if conversion succeed, false if it didn't
|
* \return boolean set to true if conversion succeed, false if it didn't
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue