inet_pton() does not support specifying IPv6 scope-IDs.

This commit is contained in:
Michael Kerrisk 2008-06-26 14:34:02 +00:00
parent c783f23753
commit e02685531b
1 changed files with 4 additions and 0 deletions

View File

@ -151,6 +151,10 @@ four bytes to be explicitly written).
For an interface that handles both IPv6 addresses, and IPv4
addresses in numbers-and-dots notation, see
.BR getaddrinfo (3).
.NR inet_pton ()
does not allow for the specification of a scope-ID
as part of an IPv6 address.
.SH EXAMPLE
The program below demonstrates the use of
.BR inet_pton ()