summaryrefslogtreecommitdiff
path: root/AK/IPv6Address.h
AgeCommit message (Collapse)Author
2022-03-08AK: Add IPv6Address classTom
This is the IPv6 counter part to the IPv4Address class and implements parsing strings into a in6_addr and formatting one as a string. It supports the address compression scheme as well as IPv4 mapped addresses.