summaryrefslogtreecommitdiff
path: root/usr.sbin/ospf6d/packet.c
AgeCommit message (Expand)Author
2021-01-19Like ospfd allocate the recv buffer with malloc() on first call.Claudio Jeker
2021-01-19Like in ospfd use a static pkt_ptr buffer.Claudio Jeker
2021-01-12In recv_packet() verify that non-multicast packets where sent to the rightClaudio Jeker
2019-12-23Area is now part of struct ifacedenis
2019-12-11Convert sendto() to sendmsg().denis
2019-05-10Delete superfluous #includes of <ifaddrs.h>, <net/if_dl.h>, and <net/if_enc.h>Philip Guenther
2015-05-05use the sizeof the struct not the sizeof a pointer to the structJonathan Gray
2014-10-25Remove unnecessary netinet/in_systm.h include.Lawrence Teo
2014-03-24Passing MSG_DONTROUTE to sendto() here has no effect since SO_DONTROUTEMartin Pieuchot
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