index
:
bird
android-old
avc-firewall
bgp/recursive
current-busch
current-vps
dmwg-0.0.1
dmwg-0.0.2
lua/filter
lua/lua
lua/wireguard
native/native-function
native/wg-native-function
old/bgp-recursive
old/build
old/current-jessie
old/debug
old/debug2
old/ignore-interface
old/ipv4-link-local
old/tunnel-encap
old/wg-tlv
old/wireguard
old/wireguard-android
old/wireguard-bp
old/wireguard-initial
old/wireguard-lib
old/wireguard-proto
old/wireguard-upstream
proto-firewall
shared
wireguard
wireguard-android
wireguard-next
wireguard-next-tmp10
wireguard-next-tmp11
wireguard-next-tmp5
wireguard-next-tmp6
wireguard-next-tmp7
wireguard-next-tmp7-1
wireguard-next-tmp8
wireguard-next-tmp8-1
wireguard-next-tmp9
Bird routing daemon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
ipv4.h
Age
Commit message (
Expand
)
Author
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-18
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