summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ospf6d/lsreq.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Refactor link state ack/req.denis2019-12-281-4/+4
* Convert sendto() to sendmsg().denis2019-12-111-2/+2
* When calculating how much payload ospf6d can put into DD and LSREQ packetsclaudio2019-05-101-2/+3
* port from ospfd/lsreq.c r1.20, ok claudio@sthen2013-03-221-2/+4
* wrap long lineclaudio2011-05-021-2/+3
* The is no md5 authentication in OSPFv3. Remove some leftovers frombluhm2010-06-031-4/+3
* Rename some imsg bits to make namespace collisions less likely buf tonicm2010-05-261-6/+6
* make ospf6ctl/ospf6d imsg-in-a-lib ready too.eric2009-06-061-3/+3
* correctly send lsreq, there is no need to change the byte-order of the lsa type.claudio2007-10-161-2/+3
* send_packet() now takes a struct in6_addr as destination instead of aclaudio2007-10-101-10/+4
* Welcome ospf6dnorby2007-10-081-0/+251