summaryrefslogtreecommitdiffstats
path: root/lib/ipv4.h
AgeCommit message (Expand)Author
1998-12-20New hash functions according to benchmarks posted yesterday. (The IPv6Martin Mares
1998-11-29Renamed `DEBUG' symbol to `DEBUGGING' to prevent collisions with tokenMartin Mares
1998-10-19Added ipa_from_u32 and ipa_from_u32 for use in the kernel sync code (IPv4 only).Martin Mares
1998-07-10Added ipa_class_mask() which guesses netmask for classful addressing.Martin Mares
1998-06-17Added function for converting of IP addresses to printable form.Martin Mares
1998-06-01Added ipa_xor() and ipa_in_net().Martin Mares
1998-05-26Added ipa_opposite().Martin Mares
1998-05-15The library is now glued together from generic and OS-dependent partsMartin Mares
1998-05-03BIRD library: The story continues.Martin Mares
1998-04-28Changed #include <x/y> to #include "x/y" for our local includes, so thatMartin Mares
1998-04-23Added IP address manipulation macros, interface declarations and logging.Martin Mares