Top "Ipv6" questions

The Internet Protocol is one of the fundamental protocols used for the Internet.

PHP Curl CURLOPT_IPRESOLVE

I have been working on a facebook application which uses facebook graph API for authentication, recently facebook upgraded to IPv6 …

facebook facebook-graph-api curl ipv6
REDIRECT a port in ip6tables

How can I redirect one port to another local port by using ip6tables ? e.g. something like this : ip6…

ipv6 iptables
Why is INET6_ADDRSTRLEN defined as 46 in C?

The following program and its output shows that INET_ADDRSTRLEN is defined as 16 and INET6_ADDRSTRLEN is defined as 46. Here …

c sockets ipv6
Node.js server only listening on ipv6

I am running a node.js server on port 5403. I can telent to the private ip on this port but …

node.js ubuntu ipv6 ipv4 netstat
API for configuring static IP addresses in an Android application

Is it possible to set the IP address of an interface in Android within an application? I can query the …

android networking ipv6 ipv4
Converting C++ TCP/IP applications from IPv4 to IPv6. Difficult? Worth the trouble?

Over the years I've developed a small mass of C++ server/client applications for Windows using WinSock (Routers, Web/Mail/…

c++ tcp winsock ipv6 ipv4
IPv6 address to domain name

I'm searching for a function that take an IPv6 address as argument and returns the domain name. To make it …

c networking network-programming ipv6 getaddrinfo
How to send multicast packets via a specfic interface in Linux

Having tried all possible ways couldn't find a work around for this problem. I have a machine with two interfaces …

linux routing ipv6 multicast
How to listen on all IPV6 addresses using C sockets API

I maintain GPSD, a widely-deployed open-source service daemon that monitors GPSes and other geodetic sensors. It listens for client-application connections …

c ipv6
Matching IPv6 address to a CIDR subnet

Is there a good way to match an IPv6 address to an IPv6 subnet using CIDR notation? What I am …

php ip ipv6 cidr