bird/lib
2000-06-07 01:18:36 +00:00
..
birdlib.h Introduced `ARRAY_SIZE' macro to replace all the sizeof(a)/sizeof(*a) constructs. 2000-04-12 13:21:23 +00:00
bitops.c Added library progdocs. 2000-06-04 18:34:39 +00:00
bitops.h BIRD library: The story continues. 1998-05-03 16:43:39 +00:00
checksum.c Added library progdocs. 2000-06-04 18:34:39 +00:00
checksum.h Added packet checksumming code. Watch the comments for an explanation. 1999-05-10 21:37:39 +00:00
Doc Documented sockets, events and timers. 2000-06-05 12:19:12 +00:00
event.c Documented sockets, events and timers. 2000-06-05 12:19:12 +00:00
event.h Event handlers no longer return re-queue flag. Instead of using it, just 2000-04-27 22:28:49 +00:00
ip.c Added library progdocs. 2000-06-04 18:34:39 +00:00
ip.h Unified parsing of prefixes. 2000-05-13 11:17:49 +00:00
ipv4.c Removed a lot of unused variables. 2000-05-04 20:30:36 +00:00
ipv4.h #define SIZE_OF_IP_HEADER 2000-06-07 01:18:36 +00:00
ipv6.c Added ipa_absolutize() which converts link-scope addresses to global scope 2000-05-30 22:47:33 +00:00
ipv6.h #define SIZE_OF_IP_HEADER 2000-06-07 01:18:36 +00:00
lists.c Added library progdocs. 2000-06-04 18:34:39 +00:00
lists.h Added macros for walking lists backwards. 1999-08-03 19:31:30 +00:00
md5.c Include "lib/string.h" instead of <string.h>. It should give us bzero() 2000-03-31 23:30:21 +00:00
md5.h BIRD library: The story continues. 1998-05-03 16:43:39 +00:00
mempool.c Documented memory resources. 2000-06-05 11:41:41 +00:00
Modules Added ip_scope_text() for translating of scopes to strings. 1999-11-25 15:34:20 +00:00
patmatch.c Added library progdocs. 2000-06-04 18:34:39 +00:00
printf.c Added library progdocs. 2000-06-04 18:34:39 +00:00
resource.c Documented memory resources. 2000-06-05 11:41:41 +00:00
resource.h Implemented debugging function rlookup() which you can call from gdb 2000-05-08 22:33:38 +00:00
resource.sgml Documented sockets, events and timers. 2000-06-05 12:19:12 +00:00
slab.c Documented memory resources. 2000-06-05 11:41:41 +00:00
slists.c Implemented deletion/insertion/asynchronous-walk lists. 1998-12-20 13:56:27 +00:00
slists.h Implemented deletion/insertion/asynchronous-walk lists. 1998-12-20 13:56:27 +00:00
socket.h Defined sk_close() which closes the socket safely even if called from 2000-03-30 10:43:37 +00:00
string.h Include "lib/string.h" instead of <string.h>. It should give us bzero() 2000-03-31 23:30:21 +00:00
unaligned.h Include "lib/string.h" instead of <string.h>. It should give us bzero() 2000-03-31 23:30:21 +00:00
xmalloc.c Added library progdocs. 2000-06-04 18:34:39 +00:00