aboutsummaryrefslogtreecommitdiffstats
path: root/lib/in46_addr.c
AgeCommit message (Expand)AuthorFilesLines
2017-12-01Add configure flag to disable ipv6 supportpespin/disable-ipv6Pau Espin Pedrol1-2/+22
2017-10-16lib/in46a: Introduce in46a_netmasklen APIPau Espin Pedrol1-0/+58
2017-10-13in46a_to_sas(): Return AF_INET6 in case of IPv6 addressHarald Welte1-1/+1
2017-10-13Remove trailing whitespacePau Espin Pedrol1-1/+1
2017-10-01Replace EUA magic numbers for IETF, IPv4 and IPv6 with #definesHarald Welte1-6/+7
2017-09-05lib/in46_addr: Avoid ASSERT() when in46a_ntop() is called on uninitialized ad...Harald Welte1-1/+8
2017-09-05lib/in46_addr: Add 'struct in46_prefix' to represent addr + prefixHarald Welte1-0/+7
2017-09-05lib/in46_addr: Add in46a_ntoa() function, similar to inet_ntoa()Harald Welte1-0/+10
2017-08-11IPv6: in46_addr: OSMO_ASSERT() in case of unsupported callsHarald Welte1-0/+6
2017-08-09ippool: Extend pool to work with /64 prefixesHarald Welte1-0/+2
2017-08-09in46_addr: Add new function in46a_prefix_equal()Harald Welte1-0/+17
2017-08-09IPv6 support for user IPHarald Welte1-0/+60
2017-08-09ippool: Add IPv6 support to IP pool implementationHarald Welte1-0/+148