summaryrefslogtreecommitdiff
path: root/usr.sbin/ospf6d/packet.c
AgeCommit message (Expand)Author
2010-12-31Add missing #includes instead of assuming that some system header pulls inPhilip Guenthe
2010-05-26Rename some imsg bits to make namespace collisions less likely buf toNicholas Marriott
2008-03-24msg_controllen has to be CMSG_SPACE so that the kernel can account forTheo de Raadt
2008-03-15Repair more msg_controllen dealing with structures or arrays ofTheo de Raadt
2008-03-13Correct CMSG_SPACE and CMSG_LEN usage everywhere in the tree. Due toTheo de Raadt
2007-12-13Monster commit of stuff I did mostly last month. What it does:Claudio Jeker
2007-10-16remove log_debug() packet sending is now solid so no need to fill the logClaudio Jeker
2007-10-14Switch log_sockaddr() to take a void * so it is not necessary to cast theClaudio Jeker
2007-10-10send_packet() now takes a struct in6_addr as destination instead of aClaudio Jeker
2007-10-09Remaining bit of last night work. Make packet reception use all the goodiesClaudio Jeker
2007-10-08Welcome ospf6dEsben Norby