aboutsummaryrefslogtreecommitdiffstats
path: root/lib/kernel/doc/src/inet.xml
diff options
context:
space:
mode:
authorRaimo Niskanen <[email protected]>2018-01-26 15:25:23 +0100
committerRaimo Niskanen <[email protected]>2018-01-26 15:25:23 +0100
commit82e5a5df18e21e4220e51d89c666d1da70f12ec1 (patch)
tree3146899e82feceb480e762f32097e0d8d8684766 /lib/kernel/doc/src/inet.xml
parent5b58d9e2d3262160b7f10d8b6798f89f0618c5f6 (diff)
downloadotp-82e5a5df18e21e4220e51d89c666d1da70f12ec1.tar.gz
otp-82e5a5df18e21e4220e51d89c666d1da70f12ec1.tar.bz2
otp-82e5a5df18e21e4220e51d89c666d1da70f12ec1.zip
Implement function for IPv4-mapped IPv6 addresses
Diffstat (limited to 'lib/kernel/doc/src/inet.xml')
-rw-r--r--lib/kernel/doc/src/inet.xml15
1 files changed, 14 insertions, 1 deletions
diff --git a/lib/kernel/doc/src/inet.xml b/lib/kernel/doc/src/inet.xml
index abb045b744..5c56247820 100644
--- a/lib/kernel/doc/src/inet.xml
+++ b/lib/kernel/doc/src/inet.xml
@@ -4,7 +4,7 @@
<erlref>
<header>
<copyright>
- <year>1997</year><year>2017</year>
+ <year>1997</year><year>2018</year>
<holder>Ericsson AB. All Rights Reserved.</holder>
</copyright>
<legalnotice>
@@ -582,6 +582,19 @@ get_tcpi_sacked(Sock) ->
</func>
<func>
+ <name name="ipv4_mapped_ipv6_address" arity="1" />
+ <fsummary>Convert to and from IPv4-mapped IPv6 address.</fsummary>
+ <desc>
+ <p>
+ Convert an IPv4 address to an IPv4-mapped IPv6 address
+ or the reverse. When converting from an IPv6 address
+ all but the 2 low words are ignored so this function also
+ works on some other types of addresses than IPv4-mapped.
+ </p>
+ </desc>
+ </func>
+
+ <func>
<name name="parse_strict_address" arity="1" />
<fsummary>Parse an IPv4 or IPv6 address strict.</fsummary>
<desc>