]> git.ipfire.org Git - people/ms/libloc.git/history - src/libloc/address.h
address: Fix bit length calculation
[people/ms/libloc.git] / src / libloc / address.h
2024-03-22  Michael Tremeraddress: Fix bit length calculation
2022-08-23  Michael TremerFix compilation on MacOS X
2022-03-09  Michael TremerRefactor parsing IP addresses
2022-03-07  Michael Tremeraddress: Fix decrementing IP addresses
2022-03-07  Michael Tremeraddress: Simplify functions
2022-03-07  Michael Tremeraddress: Prevent under/overflow when incrementing/decre...
2022-03-07  Michael Tremeraddress: Initialize all bits of IP addresses
2022-03-07  Michael Tremerstrings: Statically allocate all address/network strings
2022-03-07  Michael Tremernetwork: Pass prefix in native length
2022-03-07  Michael Tremeraddress: Rename increment/decrement functions and modif...
2022-03-07  Michael Tremeraddresses: Use loc_address_family which is now available
2022-03-07  Michael Tremeraddress: Rename in6_addr_get_bit/in6_addr_set_bit to...
2022-03-07  Michael Tremeraddress: Rename in6_addr_cmp into loc_address_cmp
2022-03-07  Michael TremerMove all address convenience functions into their own...