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
/
ripd
/
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
Forgot one IBUF_READ_SIZE to READ_BUF_SIZE change.
Claudio Jeker
2021-01-19
Do not use IBUF_READ_SIZE for the packet read buffer size. Instead
Claudio Jeker
2021-01-19
Like in ospfd make the pkt_ptr a local static buffer.
Claudio Jeker
2016-12-23
Support p2p links where endpoints aren't in the same subnet.
Jeremie Courreges-Anglas
2014-10-25
Remove unnecessary netinet/in_systm.h include.
Lawrence Teo
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-10-24
Make the packet buffer u_int8_t * everywhere. This is binary data and not
Claudio Jeker
2007-03-27
Remove unused parameter in nbr_new
Michele Marchetto
2007-01-23
add timeout for failed nbr structures
Michele Marchetto
2006-10-31
create a temporary neighbor instead of a permanent one when a request is rece...
Michele Marchetto
2006-10-24
spelling and typo fixes
David Krause
2006-10-19
Correct function name in log_debug() messages
Ryan Thomas McBride
2006-10-18
Welcome ripd
Esben Norby