index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
ospf6d
/
packet.c
Age
Commit message (
Expand
)
Author
2021-01-19
Like ospfd allocate the recv buffer with malloc() on first call.
Claudio Jeker
2021-01-19
Like in ospfd use a static pkt_ptr buffer.
Claudio Jeker
2021-01-12
In recv_packet() verify that non-multicast packets where sent to the right
Claudio Jeker
2019-12-23
Area is now part of struct iface
denis
2019-12-11
Convert sendto() to sendmsg().
denis
2019-05-10
Delete superfluous #includes of <ifaddrs.h>, <net/if_dl.h>, and <net/if_enc.h>
Philip Guenther
2015-05-05
use the sizeof the struct not the sizeof a pointer to the struct
Jonathan Gray
2014-10-25
Remove unnecessary netinet/in_systm.h include.
Lawrence Teo
2014-03-24
Passing MSG_DONTROUTE to sendto() here has no effect since SO_DONTROUTE
Martin Pieuchot
2010-12-31
Add missing #includes instead of assuming that some system header pulls in
Philip Guenthe
2010-05-26
Rename some imsg bits to make namespace collisions less likely buf to
Nicholas Marriott
2008-03-24
msg_controllen has to be CMSG_SPACE so that the kernel can account for
Theo de Raadt
2008-03-15
Repair more msg_controllen dealing with structures or arrays of
Theo de Raadt
2008-03-13
Correct CMSG_SPACE and CMSG_LEN usage everywhere in the tree. Due to
Theo de Raadt
2007-12-13
Monster commit of stuff I did mostly last month. What it does:
Claudio Jeker
2007-10-16
remove log_debug() packet sending is now solid so no need to fill the log
Claudio Jeker
2007-10-14
Switch log_sockaddr() to take a void * so it is not necessary to cast the
Claudio Jeker
2007-10-10
send_packet() now takes a struct in6_addr as destination instead of a
Claudio Jeker
2007-10-09
Remaining bit of last night work. Make packet reception use all the goodies
Claudio Jeker
2007-10-08
Welcome ospf6d
Esben Norby