summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ripd/packet.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Support p2p links where endpoints aren't in the same subnet.jca2016-12-231-10/+12
* 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
* msg_controllen has to be CMSG_SPACE so that the kernel can account forderaadt2008-03-241-2/+2
* Repair more msg_controllen dealing with structures or arrays ofderaadt2008-03-151-2/+2
* Correct CMSG_SPACE and CMSG_LEN usage everywhere in the tree. Due toderaadt2008-03-131-4/+7
* Make the packet buffer u_int8_t * everywhere. This is binary data and notclaudio2007-10-241-2/+2
* Remove unused parameter in nbr_newmichele2007-03-271-3/+3
* add timeout for failed nbr structuresmichele2007-01-231-2/+2
* create a temporary neighbor instead of a permanent one when a request is receivedmichele2006-10-311-9/+4
* spelling and typo fixesdavid2006-10-241-3/+3
* Correct function name in log_debug() messagesmcbride2006-10-191-2/+2
* Welcome ripdnorby2006-10-181-0/+251