Top "Ipv6" questions

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

errno: 38 (Function not implemented) on a call to change sysctl value

I want to set some local sysctl parameters with my program and I followed the directions given here: http://www.…

c linux ipv6 errno sysctl
Libcurl: force ipv4 or ipv6

How do I force libcurl to access a server running in dual stack mode over either ipv4 or ipv6? It …

libcurl ipv6
How to compare IP address range in C#?

If I have an IP address range (CIDR notation) and I need to know if some arbitrary IP address is …

c# ipv6 ipv4 cidr
Calculating all addresses within a subnet...for IPv6

I have seen plenty of great C# examples which demonstrate how to convert IPv4 addresses provided in CIDR notation (e.…

c# ipv6 subnet
Send and receive IPv6 link-local multicast UDP datagrams in Python?

This following is a straightforward IPv4 UDP broadcast, followed by listening on all interfaces. sock = socket.socket(socket.AF_INET, …

python udp posix ipv6 multicast
Where did IPv5 go?

Since we are all moving towards IPv6 whether we want it or not, I ask this: what happened to IPv5? …

networking standards ipv6 ipv4
Get IPv6 addresses in linux using ioctl

I trying to get IPv6 addresses in my linux OS like following: sd = Socket_m(AF_INET6_m, SOCK_DGRAM_…

c linux ipv6 ioctl
IP to Country - IPv6

I've been using an IPv4 to country convertor successfully. eg: get IP of machine and compare to table to get …

ipv6 ip-geolocation
PHP5 calculate IPv6 range from cidr prefix?

I am able to do this with IPv4 using code snippets from various online sources. I was wondering if there …

php ipv6 prefix cidr
Efficient way to store IPv4/IPv6 addresses

I am working on a C/C++ networking project that it should be able to both use the IPv4 and …

c++ gcc ipv6 ipv4 int128