Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

PR ConvertIPv4AddrToIPv6

« NSPR API Reference « Network Addresses

Converts an IPv4 address into an (IPv4-mapped) IPv6 address.

Syntax

#include <prnetdb.h>

void PR_ConvertIPv4AddrToIPv6(
  PRUint32 v4addr,
  PRIPv6Addr *v6addr
);

Parameters

The function has the following parameters:

v4addr
The IPv4 address to convert into an IPv4-mapped IPv6 address. This must be specified in network byte order.
v6addr
A pointer to a buffer, allocated by the caller, that is filled in with the IPv6 address on return.

Document Tags and Contributors

 Contributors to this page: Sheppy, teoli, Wtchang
 Last updated by: Sheppy,