summaryrefslogtreecommitdiffstats
path: root/usr.sbin/dvmrpd/report.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* use the sizeof the struct not the sizeof a pointer to the structjsg2015-05-051-2/+2
* Remove unnecessary netinet/in_systm.h include.lteo2014-10-251-2/+1
* Rename some imsg bits to make namespace collisions less likely buf tonicm2010-05-261-13/+13
* spacingmichele2007-04-101-3/+3
* introduce rde_check_route that selects which routes must be accepted and which discarded.michele2006-12-031-7/+2
* In report packet parsing, interpret 0.0.0.0/8 as 0.0.0.0/0.michele2006-11-101-5/+8
* introduce reference count for struct route_report so it can be shared andmichele2006-11-101-5/+12
* make dvmrpd(8) behave correctly on sparc64 when generating and parsingnorby2006-06-171-3/+6
* simplify netid_len calculation, inspired by stuff from bgpd.norby2006-06-021-20/+3
* Welcome dvmrpdnorby2006-06-011-0/+304