index
:
bird
ll-peering
ll-peering-old
ll-peering-old2
master
multicast-old
[no description]
Matthias Schiffer <mschiffer@universe-factory.net>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
ipv4.h
Age
Commit message (
Expand
)
Author
2010-04-28
Better support for /31 networks.
Ondrej Zajicek
2010-02-21
Fix configure to enable warnings and fix most of them.
Ondrej Zajicek
2010-01-03
Implements MRTdump feature.
Ondrej Zajicek
2009-09-08
Temporary OSPFv3 development commit.
Ondrej Zajicek
2009-03-31
Reimplementation of prefix sets.
Ondrej Zajicek
2008-08-25
Fix behavior of ipa_opposite().
Martin Mares
2000-06-07
#define SIZE_OF_IP_HEADER
Ondrej Filip
1999-10-12
Changed syntax of ip_class_mask, the old one was stupid.
Martin Mares
1999-06-01
Defined IP_PREC_INTERNET_CONTROL and made all (well, both :)) protocols
Martin Mares
1999-05-14
Added ip_skip_header() and modified OSPF to use it.
Martin Mares
1999-04-12
Added ipa_compare as requested.
Martin Mares
1999-03-29
Moved all system-dependent #include's containing endianity conversion
Martin Mares
1998-12-20
New hash functions according to benchmarks posted yesterday. (The IPv6
Martin Mares
1998-11-29
Renamed `DEBUG' symbol to `DEBUGGING' to prevent collisions with token
Martin Mares
1998-10-19
Added ipa_from_u32 and ipa_from_u32 for use in the kernel sync code (IPv4 only).
Martin Mares
1998-07-10
Added ipa_class_mask() which guesses netmask for classful addressing.
Martin Mares
1998-06-17
Added function for converting of IP addresses to printable form.
Martin Mares
1998-06-01
Added ipa_xor() and ipa_in_net().
Martin Mares
1998-05-26
Added ipa_opposite().
Martin Mares
1998-05-15
The library is now glued together from generic and OS-dependent parts
Martin Mares
1998-05-03
BIRD library: The story continues.
Martin Mares
1998-04-28
Changed #include <x/y> to #include "x/y" for our local includes, so that
Martin Mares
1998-04-23
Added IP address manipulation macros, interface declarations and logging.
Martin Mares