1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-17 18:05:06 +00:00
serenity/Userland/Libraries/LibC/netinet
Kenneth Myhra 3b901e5b2b LibC: Spec compliant IN6_IS_ADDR_V4MAPPED
An IPv4 mapped IPv6 address consist of 80 "0" bits, followed by 16 "1"
bits, followed by the 32-bit IPv4 address.

Example of IPv4 mapped IPv6 address:
IPv4 address: 169.219.13.133
IPv6 address: 0000:0000:0000:0000:FFFF:A9DB:0D85
Simplified  : ::FFFF:A9DB:0D85
2021-09-20 15:26:46 +02:00
..
in.h LibC: Spec compliant IN6_IS_ADDR_V4MAPPED 2021-09-20 15:26:46 +02:00
in_systm.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
ip.h LibC: Add definition for 'struct ip' in netinet/ip.h 2021-08-03 09:06:11 +02:00
ip_icmp.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
tcp.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00