summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ospfd/lsack.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Improve logging when sending a packet fails.remi2019-07-151-4/+6
* Remove unnecessary netinet/in_systm.h include.lteo2014-10-251-2/+1
* Rewrite the lsack generation. Make it more like the lsupdate code.claudio2011-03-251-45/+72
* Rename some imsg bits to make namespace collisions less likely buf tonicm2010-05-261-7/+7
* Pass the buffer to send_packet() instead of spliting it up. This removesclaudio2009-01-311-2/+2
* Use size_t for buffer lenght passed to send_ls_ack() plus an ARGSUSED.claudio2006-04-251-2/+3
* The return value of the start/stop timer functions is almost never checked.claudio2006-03-131-12/+14
* spacing mostlyderaadt2005-11-121-3/+1
* use string.h; ok claudio@stevesk2005-10-191-2/+2
* Nasty bug!norby2005-05-271-2/+2
* Unnecessary ()claudio2005-05-261-3/+3
* Remove unneeded debugging stuff when handling LS ack.norby2005-05-261-16/+2
* Simplify and cleanup passive interface handling.norby2005-05-261-4/+1
* spellingnorby2005-05-251-2/+2
* Use the dynamic buffer API for packet generation and sending.claudio2005-04-051-15/+17
* Remove bool cruft.norby2005-03-221-2/+2
* Handle the retransmission queues correctly. Mainly iface state DROTHERclaudio2005-03-171-2/+7
* The LSA seq_num should be unsigned as it is expected by ntohl/htonl() evenclaudio2005-02-081-2/+2
* excessive ()henning2005-02-021-2/+2
* KNFhenning2005-02-021-2/+2
* Change my email address to the OpenBSD one since Ericsson has nothing tonorby2005-01-281-2/+2
* Welcome ospfdclaudio2005-01-281-0/+305