summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ospf6d/packet.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Area is now part of struct ifacedenis2019-12-231-3/+3
* Convert sendto() to sendmsg().denis2019-12-111-5/+14
* Delete superfluous #includes of <ifaddrs.h>, <net/if_dl.h>, and <net/if_enc.h>guenther2019-05-101-2/+1
* 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
* Passing MSG_DONTROUTE to sendto() here has no effect since SO_DONTROUTEmpi2014-03-241-2/+2
* Add missing #includes instead of assuming that some system header pulls inguenther2010-12-311-1/+2
* Rename some imsg bits to make namespace collisions less likely buf tonicm2010-05-261-5/+5
* 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
* Monster commit of stuff I did mostly last month. What it does:claudio2007-12-131-5/+5
* remove log_debug() packet sending is now solid so no need to fill the logclaudio2007-10-161-3/+1
* Switch log_sockaddr() to take a void * so it is not necessary to cast theclaudio2007-10-141-2/+2
* send_packet() now takes a struct in6_addr as destination instead of aclaudio2007-10-101-14/+17
* Remaining bit of last night work. Make packet reception use all the goodiesclaudio2007-10-091-83/+42
* Welcome ospf6dnorby2007-10-081-0/+361