aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ipv4.h
Commit message (Expand)AuthorAgeFilesLines
* Changed syntax of ip_class_mask, the old one was stupid.Martin Mares1999-10-121-1/+1
* Defined IP_PREC_INTERNET_CONTROL and made all (well, both :)) protocolsMartin Mares1999-06-011-0/+2
* Added ip_skip_header() and modified OSPF to use it.Martin Mares1999-05-141-0/+3
* Added ipa_compare as requested.Martin Mares1999-04-121-0/+6
* Moved all system-dependent #include's containing endianity conversionMartin Mares1999-03-291-3/+2
* New hash functions according to benchmarks posted yesterday. (The IPv6Martin Mares1998-12-201-2/+4
* Renamed `DEBUG' symbol to `DEBUGGING' to prevent collisions with tokenMartin Mares1998-11-291-1/+1
* Added ipa_from_u32 and ipa_from_u32 for use in the kernel sync code (IPv4 only).Martin Mares1998-10-181-0/+2
* Added ipa_class_mask() which guesses netmask for classful addressing.Martin Mares1998-07-101-0/+2
* Added function for converting of IP addresses to printable form.Martin Mares1998-06-171-0/+1
* Added ipa_xor() and ipa_in_net().Martin Mares1998-06-011-0/+1
* Added ipa_opposite().Martin Mares1998-05-261-0/+1
* The library is now glued together from generic and OS-dependent partsMartin Mares1998-05-151-3/+3
* BIRD library: The story continues.Martin Mares1998-05-031-3/+31
* Changed #include <x/y> to #include "x/y" for our local includes, so thatMartin Mares1998-04-281-1/+1
* Added IP address manipulation macros, interface declarations and logging.Martin Mares1998-04-231-0/+35