On Fri, Aug 18, 2017 at 11:32 AM, David Howells <dhowe...@redhat.com> wrote: > Does the kernel have a function to parse a text IPv6 address of the form > "x:y:..::z" and put it into a struct sockaddr_in6? >
in6_pton() in net/core/utils.c.
On Fri, Aug 18, 2017 at 11:32 AM, David Howells <dhowe...@redhat.com> wrote: > Does the kernel have a function to parse a text IPv6 address of the form > "x:y:..::z" and put it into a struct sockaddr_in6? >
in6_pton() in net/core/utils.c.