summaryrefslogtreecommitdiffstats
path: root/usr.sbin/dvmrpd/packet.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Like ospfd allocate the recv buffer with malloc() on first call.claudio2021-01-191-5/+8
* Another pkt_ptr cleanup. There is actually no need to make the pktclaudio2021-01-191-5/+4
* Replace bzero with memset, and change a strings.h include to string.h tommcc2015-12-071-2/+2
* strings.h -> string.h to prevent implicit declarations. From Sergueymmcc2015-12-071-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-4/+4
* Welcome dvmrpdnorby2006-06-011-0/+288