bird/lib
Martin Mares 786d0bb9e7 Added ipa_class_mask() which guesses netmask for classful addressing.
For pure A/B/C class addresses it just returns the class netmask, for
subnets it tries to guess subnet mask. Please make sure the address
you pass to this function is really a valid host address (i.e., call
ipa_validate() first).
1998-07-10 08:38:29 +00:00
..
birdlib.h Adding MIN()/MAX() macros 1998-07-09 19:36:05 +00:00
bitops.c BIRD library: The story continues. 1998-05-03 16:43:39 +00:00
bitops.h BIRD library: The story continues. 1998-05-03 16:43:39 +00:00
ip.h Added function for converting of IP addresses to printable form. 1998-06-17 14:26:30 +00:00
ipv4.c Added ipa_class_mask() which guesses netmask for classful addressing. 1998-07-10 08:38:29 +00:00
ipv4.h Added ipa_class_mask() which guesses netmask for classful addressing. 1998-07-10 08:38:29 +00:00
ipv6.c The library is now glued together from generic and OS-dependent parts 1998-05-15 07:56:13 +00:00
ipv6.h Added function for converting of IP addresses to printable form. 1998-06-17 14:26:30 +00:00
lists.c BIRD library: The story continues. 1998-05-03 16:43:39 +00:00
lists.h Adding walk list which permits you to delete entries. 1998-07-09 19:35:23 +00:00
md5.c BIRD library: The story continues. 1998-05-03 16:43:39 +00:00
md5.h BIRD library: The story continues. 1998-05-03 16:43:39 +00:00
mempool.c Staticized some variables and functions. 1998-05-24 14:46:20 +00:00
Modules Added local version of sprintf (bsprintf and bvsprintf) offering few new 1998-06-17 14:31:36 +00:00
printf.c Oops, forgot '%m'... 1998-06-17 14:34:13 +00:00
resource.c Resource pools are now named. 1998-05-26 21:37:37 +00:00
resource.h Resource pools are now named. 1998-05-26 21:37:37 +00:00
slab.c Staticized some variables and functions. 1998-05-24 14:46:20 +00:00
socket.h Added few socket declarations. 1998-05-24 15:00:48 +00:00
string.h Added local version of sprintf (bsprintf and bvsprintf) offering few new 1998-06-17 14:31:36 +00:00
unaligned.h Added generic functions for unaligned data access. 1998-05-26 21:38:06 +00:00
xmalloc.c BIRD library: The story continues. 1998-05-03 16:43:39 +00:00